commit
This commit is contained in:
parent
7fd77f0354
commit
762c83b26c
|
@ -79,7 +79,7 @@
|
||||||
// test IE11
|
// test IE11
|
||||||
if (browser == "trident" && version<= 7 && cookieget('closeStatue') == false) {
|
if (browser == "trident" && version<= 7 && cookieget('closeStatue') == false) {
|
||||||
/* return true; */
|
/* return true; */
|
||||||
cookiesave('closeStatue','false','','','');
|
cookiesave('closeStatue','true','','','');
|
||||||
}
|
}
|
||||||
if( cookieget('closeStatue') == 'false' )
|
if( cookieget('closeStatue') == 'false' )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue