Files
EdgeAdmin/web/views/@default/api/node/createPopup.js
2020-10-10 20:28:36 +08:00

10 lines
208 B
JavaScript

Tea.context(function () {
this.success = NotifyPopup
this.hasHTTPS = false
this.changeListens = function (addrs) {
this.hasHTTPS = addrs.$any(function (k, v) {
return v.protocol == "https"
})
}
})