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