remove useless line of code

This commit is contained in:
AXeL-dev 2018-11-07 18:27:41 +01:00
parent 193b153fbf
commit 9dbb222a0a

View File

@ -1382,7 +1382,6 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
}
else
{
if (! preg_match('/^\//',$jsfile)) $jsfile='/'.$jsfile; // For backward compatibility
print '<script type="text/javascript" src="'.dol_buildpath($jsfile,1).'"></script>'."\n";
}
}