Fix perf test was using a not existing js file.

This commit is contained in:
Laurent Destailleur 2016-01-02 18:13:41 +01:00
parent 0f7fd47a44
commit d02c261d2e

View File

@ -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,*/