Fix: test was done on wrong file
This commit is contained in:
parent
db67ab0b5e
commit
9037d2be50
@ -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, */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user