Added nojavascript option in template files; made use of it in install.php. Pre-compiled default main.js no longer distributed with Tinyboard.
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
$page = Array(
|
||||
'config' => $config,
|
||||
'title' => 'Install',
|
||||
'body' => ''
|
||||
'body' => '',
|
||||
'nojavascript' => true
|
||||
);
|
||||
|
||||
// this breaks the dispaly of licenses if enabled
|
||||
|
||||
Reference in New Issue
Block a user