mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
prepend extend_app js to customJSModules array, use FhcApps in Dashboard/Fhc App
This commit is contained in:
@@ -298,7 +298,7 @@ function extendableApps($includes)
|
||||
|
||||
if(is_readable(FHCPATH . $extend_js))
|
||||
{
|
||||
array_push($includes['customJSModules'], $extend_js);
|
||||
array_unshift($includes['customJSModules'], $extend_js);
|
||||
}
|
||||
|
||||
if(is_readable(FHCPATH . $extend_css))
|
||||
|
||||
Reference in New Issue
Block a user