Fix perf test was using a not existing js file.
This commit is contained in:
parent
0f7fd47a44
commit
d02c261d2e
@ -297,7 +297,7 @@ jQuery(document).ready(function() {
|
|||||||
var compjsstring;
|
var compjsstring;
|
||||||
getjsurl = $.ajax({
|
getjsurl = $.ajax({
|
||||||
type: "GET",
|
type: "GET",
|
||||||
url: \''.DOL_URL_ROOT.'/core/js/lib_head.js\',
|
url: \''.DOL_URL_ROOT.'/core/js/lib_rare.js\',
|
||||||
cache: false,
|
cache: false,
|
||||||
/* async: false, */
|
/* async: false, */
|
||||||
/* crossDomain: true,*/
|
/* crossDomain: true,*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user