ButtontoTopupMenu
This commit is contained in:
parent
b2afdd5350
commit
0fed64567c
3 changed files with 9 additions and 2 deletions
|
|
@ -179,6 +179,13 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
If XMLProfile = "" Then
|
||||||
|
CacheVarStr "get" XMLProfile
|
||||||
|
Else
|
||||||
|
CacheVarStr "put" XMLProfile
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Var TermTemOnline = "false"
|
Var TermTemOnline = "false"
|
||||||
|
|
|
||||||
|
|
@ -178,7 +178,7 @@
|
||||||
|
|
||||||
|
|
||||||
If XMLProfile = "taobin_notopup" Then
|
If XMLProfile = "taobin_notopup" Then
|
||||||
Var ButtontoTopupMenu = "Disable"
|
Var ButtontoTopupMenu = "Invisible"
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,7 @@
|
||||||
|
|
||||||
|
|
||||||
If XMLProfile = "taobin_notopup" Then
|
If XMLProfile = "taobin_notopup" Then
|
||||||
Var ButtontoTopupMenu = "Disable"
|
Var ButtontoTopupMenu = "Invisible"
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue