Initial commit (code only without large binaries)
This commit is contained in:
15
EdgeAdmin/web/views/@default/servers/accesslogs/test.js
Normal file
15
EdgeAdmin/web/views/@default/servers/accesslogs/test.js
Normal file
@@ -0,0 +1,15 @@
|
||||
Tea.context(function () {
|
||||
this.isRequesting = false
|
||||
|
||||
this.success = function () {
|
||||
teaweb.successRefresh("发送成功")
|
||||
}
|
||||
|
||||
this.before = function () {
|
||||
this.isRequesting = true
|
||||
}
|
||||
|
||||
this.done = function () {
|
||||
this.isRequesting = false
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user