mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Merge branch '3.8'
This commit is contained in:
@@ -13,7 +13,7 @@ require.config({
|
||||
bootstrap: "../assets/bootstrap/js/bootstrap.min"
|
||||
},
|
||||
shim: {
|
||||
bootstrap : ["jquery"],
|
||||
bootstrap: ["jquery"],
|
||||
jqueryui: {
|
||||
deps: ["jquery"]
|
||||
}
|
||||
@@ -26,11 +26,12 @@ mocha.setup({
|
||||
globals: ['js-fixtures']
|
||||
});
|
||||
|
||||
console = window.console || function() {};
|
||||
console = window.console || function () {
|
||||
};
|
||||
|
||||
window.notrack = true;
|
||||
|
||||
var runMocha = function() {
|
||||
var runMocha = function () {
|
||||
if (window.mochaPhantomJS) {
|
||||
mochaPhantomJS.run();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user