comparison globalneighbors/templates/index.html @ 10:21ed15391e8a

add a placeholder view for a city based on geoid
author Jeff Hammel <k0scist@gmail.com>
date Sun, 25 Jun 2017 12:28:36 -0700
parents 254195d0bac2
children d1b99c695511
comparison
equal deleted inserted replaced
9:638fad06e556 10:21ed15391e8a
8 $( function() { 8 $( function() {
9 $( "#cities" ).autocomplete({ 9 $( "#cities" ).autocomplete({
10 source: "/cities", 10 source: "/cities",
11 autoFocus: true, 11 autoFocus: true,
12 minLength: 3, 12 minLength: 3,
13 delay: 3000 13 delay: 1500
14 }); 14 });
15 }); 15 });
16 </script> 16 </script>
17 </head> 17 </head>
18 <body> 18 <body>