mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Login page geonames plugin integration
This commit is contained in:
@@ -17,13 +17,18 @@ require.config({
|
||||
backbone: "../assets/backbone-amd/backbone",
|
||||
i18n: "../assets/i18next/release/i18next.amd-1.6.2.min",
|
||||
bootstrap: "../skins/build/bootstrap/js/bootstrap.min",
|
||||
multiselect: "../assets/bootstrap-multiselect/js/bootstrap-multiselect"
|
||||
multiselect: "../assets/bootstrap-multiselect/js/bootstrap-multiselect",
|
||||
"jquery.geocompleter": "../assets/geonames-server-jquery-plugin/jquery.geonames"
|
||||
},
|
||||
shim: {
|
||||
bootstrap : ["jquery"],
|
||||
jqueryui: {
|
||||
deps: ["jquery"]
|
||||
},
|
||||
"jquery.geocompleter" : {
|
||||
deps: ['jquery'],
|
||||
exports: 'jQuery.fn.geocompleter'
|
||||
},
|
||||
multiselect: {
|
||||
deps: ["jquery", "bootstrap"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user