mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-11 01:50:27 +08:00
9 lines
225 B
JavaScript
9 lines
225 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
|
|
this.isReverse = this.cacheRef.isReverse
|
|
}
|
|
}) |