mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Refactor bootstrap.
This commit is contained in:
parent
85be66886a
commit
1975715dbd
4 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue