mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Update info page.
This commit is contained in:
parent
b5e6f9b860
commit
9cc6ca0df7
2 changed files with 2 additions and 3 deletions
|
@ -51,7 +51,6 @@ body#h5ai-info {
|
||||||
|
|
||||||
|
|
||||||
#login-wrapper {
|
#login-wrapper {
|
||||||
margin: 96px 0;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,7 +66,7 @@ body#h5ai-info {
|
||||||
outline: none;
|
outline: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 30px;
|
height: 27px;
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -153,10 +153,10 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
|
||||||
|
|
||||||
init = function () {
|
init = function () {
|
||||||
|
|
||||||
|
addLogin();
|
||||||
if (setup.AS_ADMIN) {
|
if (setup.AS_ADMIN) {
|
||||||
addTests();
|
addTests();
|
||||||
}
|
}
|
||||||
addLogin();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
init();
|
init();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue