forked from leftypol/leftypol
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:
parent
3e28328dc9
commit
f25365dec5
5 changed files with 5 additions and 200 deletions
|
@ -11,7 +11,8 @@
|
|||
$page = Array(
|
||||
'config' => $config,
|
||||
'title' => 'Install',
|
||||
'body' => ''
|
||||
'body' => '',
|
||||
'nojavascript' => true
|
||||
);
|
||||
|
||||
// this breaks the dispaly of licenses if enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue