Reenable geonames in edit users and register

This commit is contained in:
Benoît Burnichon
2015-11-19 17:56:51 +01:00
parent cf75b48665
commit f4b8556d70
4 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
;
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
define([''], factory);
define(['jquery.geonames'], factory);
} else {
root.geonames = factory();
}