mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
Add city retrieval from geonamed id on input creation
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
init: function($field, options) {
|
||||
var geocompleter = $field.geocompleter(options);
|
||||
|
||||
var geonameId = $field.val();
|
||||
|
||||
|
||||
// On focus add select-state
|
||||
geocompleter.geocompleter("autocompleter", "on", "autocompletefocus", function(event, ui) {
|
||||
$("li", $(event.originalEvent.target)).closest("li").removeClass("selected");
|
||||
|
Reference in New Issue
Block a user