mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix typo
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<link type="text/css" rel="stylesheet" href="../../../assets/qunit/qunit.css"/>
|
<link type="text/css" rel="stylesheet" href="../../../assets/qunit/qunit.css"/>
|
||||||
<script> $(document).ready(function(){
|
<script> $(document).ready(function(){
|
||||||
|
|
||||||
// disable annoying log messages for tests
|
// disable log messages in tests
|
||||||
console.log = function() {};
|
console.log = function() {};
|
||||||
console.error = function() {};
|
console.error = function() {};
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ require.config({
|
|||||||
baseUrl: "/scripts",
|
baseUrl: "/scripts",
|
||||||
paths: {
|
paths: {
|
||||||
jquery: "../assets/jquery/jquery",
|
jquery: "../assets/jquery/jquery",
|
||||||
jqueryui: "..assets/jquery.ui/jquery-ui",
|
jqueryui: "../assets/jquery.ui/jquery-ui",
|
||||||
underscore: "../assets/underscore-amd/underscore",
|
underscore: "../assets/underscore-amd/underscore",
|
||||||
backbone: "../assets/backbone-amd/backbone",
|
backbone: "../assets/backbone-amd/backbone",
|
||||||
i18n: "../assets/i18next/i18next.amd-1.6.3",
|
i18n: "../assets/i18next/i18next.amd-1.6.3",
|
||||||
|
Reference in New Issue
Block a user