Files
EdgeAdmin/web/views/@default/servers/server/settings/cache/createPopup.js

8 lines
182 B
JavaScript

Tea.context(function () {
this.success = NotifyPopup
this.cacheRef = null
if (window.parent.UPDATING_CACHE_REF != null) {
this.cacheRef = window.parent.UPDATING_CACHE_REF
}
})