mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
Include the browse javascript for row linking.
This commit is contained in:
parent
34ef2693a3
commit
e5aaa69493
@ -12,7 +12,9 @@ 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';
|
||||
if ( $c->enable_row_linking ) {
|
||||
$c->scripts[] = 'js/browse.js';
|
||||
}
|
||||
|
||||
require_once('interactive-page.php');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user