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:
Savetheinternet 2011-11-19 00:06:51 +11:00
parent 3e28328dc9
commit f25365dec5
5 changed files with 5 additions and 200 deletions

View file

@ -11,7 +11,8 @@
$page = Array(
'config' => $config,
'title' => 'Install',
'body' => ''
'body' => '',
'nojavascript' => true
);
// this breaks the dispaly of licenses if enabled