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.
2 parents 1623b27 + 2a17281 commit baa8b65Copy full SHA for baa8b65
lib/private/Template/JSResourceLocator.php
@@ -55,6 +55,7 @@ public function doFind($script) {
55
$found += $this->appendIfExist($this->serverroot, $theme_dir.'core/'.$script.'.js');
56
$found += $this->appendIfExist($this->serverroot, $script.'.js');
57
$found += $this->appendIfExist($this->serverroot, $theme_dir.$script.'.js');
58
+ $found += $this->appendIfExist($this->serverroot, 'apps/'.$script.'.js');
59
$found += $this->appendIfExist($this->serverroot, $theme_dir.'apps/'.$script.'.js');
60
61
if ($found) {
0 commit comments