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

9 lines
225 B
JavaScript
Raw Normal View History

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