Refactor bootstrap.

This commit is contained in:
Lars Jung 2015-05-06 13:11:37 +02:00
parent 85be66886a
commit 1975715dbd
4 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,7 @@ modulejs.define('main/info', ['$', 'config'], function ($, config) {
'<span id="logout">logout</span>' +
'<div id="hint">' +
'The preset password is the empty string, so just hit login. ' +
'You might change it in the index file to keep this information private.' +
'You might change it in server/php/config.php to keep this information private.' +
'</div>' +
'</div>';
var setup = config.setup;