mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00
Merge branch '3.8'
This commit is contained in:
@@ -19,7 +19,7 @@ require.config({
|
||||
bootstrap: "../assets/bootstrap/js/bootstrap.min"
|
||||
},
|
||||
shim: {
|
||||
bootstrap : ["jquery"],
|
||||
bootstrap: ["jquery"],
|
||||
jqueryui: {
|
||||
deps: [ "jquery" ]
|
||||
}
|
||||
@@ -27,6 +27,6 @@ require.config({
|
||||
});
|
||||
|
||||
// launch application
|
||||
require(["apps/admin/fields/app"], function(App) {
|
||||
require(["apps/admin/fields/app"], function (App) {
|
||||
App.initialize();
|
||||
});
|
||||
|
Reference in New Issue
Block a user