We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b487f commit 89c1139Copy full SHA for 89c1139
include/header.inc
@@ -26,7 +26,7 @@ foreach($css_files as $filename) {
26
$JS = [];
27
if (isset($config["js_files"])) {
28
foreach($config['js_files'] as $filename) {
29
- $path = dirname(__DIR__) . $filename;
+ $path = dirname(__DIR__) . '/' . $filename;
30
$JS[$filename] = @filemtime($path);
31
}
32
0 commit comments