mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-18 14:50:26 +08:00
8 lines
182 B
JavaScript
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
|
|
}
|
|
}) |