mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-11 01:14:42 +08:00
style: Remove unless css
This commit is contained in:
parent
5dd3212b8d
commit
983c11e3ce
2 changed files with 4 additions and 1951 deletions
|
@ -49,6 +49,10 @@ $(document).ready(() => {
|
|||
if (event.which == 13 && $in.val()) {
|
||||
const c = $in.val().trim()
|
||||
$in.val('')
|
||||
if (c === 'clean') {
|
||||
$('.out').empty()
|
||||
return
|
||||
}
|
||||
|
||||
cprint(c)
|
||||
$.post('/admin/cli/exec', (c), (o) => {
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue