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

Fix perf test was using a not existing js file.

parent 0f7fd47a
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ jQuery(document).ready(function() {
var compjsstring;
getjsurl = $.ajax({
type: "GET",
url: \''.DOL_URL_ROOT.'/core/js/lib_head.js\',
url: \''.DOL_URL_ROOT.'/core/js/lib_rare.js\',
cache: false,
/* async: false, */
/* crossDomain: true,*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment