Skip to content
Snippets Groups Projects
Commit 9037d2be authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: test was done on wrong file

parent db67ab0b
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,7 @@ jQuery(document).ready(function() { ...@@ -172,7 +172,7 @@ jQuery(document).ready(function() {
var compcssstring; var compcssstring;
getcssurl = $.ajax({ getcssurl = $.ajax({
type: "GET", type: "GET",
url: \''.DOL_URL_ROOT.'/includes/jquery/css/smoothness/jquery-ui.custom.css\', url: \''.DOL_URL_ROOT.'/includes/jquery/css/smoothness/jquery-ui.css\',
cache: false, cache: false,
/* async: false, */ /* async: false, */
/*crossDomain: true, */ /*crossDomain: true, */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment