diff --git a/htdocs/admin.php b/htdocs/admin.php index 2b8b6544..c5399b02 100644 --- a/htdocs/admin.php +++ b/htdocs/admin.php @@ -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');