diff options
-rw-r--r-- | _css/js.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_css/js.php b/_css/js.php index cb1a6c8ab..24e6466fc 100644 --- a/_css/js.php +++ b/_css/js.php @@ -28,7 +28,8 @@ define('externalpage',true);
- global $viewinput;
+ global $viewinput, $override;
+ $override = true;
$viewinput['view'] = 'js/' . $_GET['js'];
$viewinput['viewtype'] = $_GET['viewtype'];
|