mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 01:33:51 -04:00
Rename the combined javascript controller from javascript/combined to combined/javascript.
This commit is contained in:
@@ -207,7 +207,7 @@ class Theme_View_Core extends View {
|
||||
}
|
||||
|
||||
// Handcraft the script link because html::script will add a .js extenstion
|
||||
return "<script type=\"text/javascript\" src=\"" . url::site("javascript/combined/$key") .
|
||||
return "<script type=\"text/javascript\" src=\"" . url::site("combined/javascript/$key") .
|
||||
"\"></script>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user