mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +00:00
Fix #1386 Remove extra field from register form
This commit is contained in:
@@ -91,7 +91,11 @@ require([
|
||||
var geocompleter = geonames.init($("#geonameid"), {
|
||||
"server": $form.data("geonames-server-adress"),
|
||||
"limit": 40,
|
||||
"init-input": false
|
||||
"init-input": false,
|
||||
"onInit": function(input, autoinput) {
|
||||
// Set default name to geonameid-completer
|
||||
autoinput.prop("name", "geonameid-completer");
|
||||
}
|
||||
});
|
||||
|
||||
// Positioning menu below input
|
||||
|
Reference in New Issue
Block a user