mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-22 02:04:19 +00:00
We don't need to reference a $action . '.js' file.
This commit is contained in:
parent
5e35e50252
commit
caf90b4241
@ -12,7 +12,7 @@ param_to_global('component', '{[a-z0-9-_]+}', 't');
|
||||
param_to_global('id', '{[a-z0-9-_]+}', 'id');
|
||||
|
||||
$c->stylesheets[] = 'css/'.$action.'.css';
|
||||
$c->scripts[] = 'js/'.$action.'.js';
|
||||
// $c->scripts[] = 'js/'.$action.'.js';
|
||||
|
||||
require_once('interactive-page.php');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user