mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
adressed comment's
This commit is contained in:
@@ -18,8 +18,7 @@ require.config({
|
||||
i18n: "../assets/i18next/release/i18next.amd-1.6.2.min",
|
||||
bootstrap: "../skins/build/bootstrap/js/bootstrap.min",
|
||||
multiselect: "../assets/bootstrap-multiselect/js/bootstrap-multiselect",
|
||||
"jquery.geonames": "../assets/geonames-server-jquery-plugin/jquery.geonames",
|
||||
geonames: "../skins/geonames/geonames"
|
||||
"jquery.geonames": "../assets/geonames-server-jquery-plugin/jquery.geonames"
|
||||
},
|
||||
shim: {
|
||||
bootstrap : ["jquery"],
|
||||
|
@@ -13,7 +13,7 @@ require([
|
||||
"i18n",
|
||||
"apps/login/home/common",
|
||||
"common/forms/views/formType/passwordSetter",
|
||||
"geonames"
|
||||
"common/geonames"
|
||||
], function($, i18n, Common, RegisterForm, geonames) {
|
||||
var fieldsConfiguration = [];
|
||||
|
||||
|
Reference in New Issue
Block a user