We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f4b59 commit 18f4afaCopy full SHA for 18f4afa
MYR_rails/app/assets/javascripts/Real_time/real_time.js
@@ -37,7 +37,9 @@ function choosetMission(){
37
if (e=="select_mission"){
38
alert("Please choose a correct mission!!!")
39
}else{
40
- alert("Loading up to "+getMaxCoords()+" coordinates associated to this mission. This can take several seconds.")
+ if (getMaxCoords() > 1000){
41
+ alert("Loading up to "+getMaxCoords()+" coordinates associated to this mission. This can take several seconds.")
42
+ }
43
saveCurrentMission(e)
44
loadMissionBuoys();
45
displayMissionsBuoys();
0 commit comments