Skip to content

Commit a4558a6

Browse files
authored
Update app.js
1 parent 94a1de0 commit a4558a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ $(window).ready(function() {
670670
if(currentPosition && currentPosition.marker) map.addLayer(currentPosition.marker);
671671
// turning the switch on
672672
} else {
673-
if(callsign.length == null || callsign.length < 3) { alert('Please enter a valid callsign, at least 2 characters'); return; }
673+
if(callsign.length == null || callsign.length < 3) { alert('Please enter a valid callsign, at least 3 characters'); return; }
674674
if(!callsign.match(/^[a-zA-Z0-9\_\-]+$/)) { alert('Invalid characters in callsign (use only a-z,0-9,-,_)'); return; }
675675

676676
field.attr('disabled','disabled');

0 commit comments

Comments
 (0)