Silent 6 years ago
parent
commit
242dbb79ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/admin/base/locations/index.blade.php

+ 1 - 1
resources/views/admin/base/locations/index.blade.php

@@ -55,7 +55,7 @@ $(function() {
 
 
         $('#location-keyword-search').on('click', function () {
         $('#location-keyword-search').on('click', function () {
             var regionText = $('#location-keyword-input').val();
             var regionText = $('#location-keyword-input').val();
-
+			console.log(regionText);
             // searchService.setLocation(regionText);
             // searchService.setLocation(regionText);
             searchService.search(regionText);
             searchService.search(regionText);
         })
         })