Skip to content
Snippets Groups Projects
Commit 6ff51f7d authored by Gerry Weißbach's avatar Gerry Weißbach
Browse files

Spaces, not tabs.

parent 6d3bebff
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ function js_out(){
}
// Let plugins decide to either put more scripts here or to remove some
trigger_event('JS_SCRIPT_LIST', $files);
trigger_event('JS_SCRIPT_LIST', $files);
// The generated script depends on some dynamic options
$cache = new cache('scripts'.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'].md5(serialize($files)),'.js');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment