This commit is contained in:
whimlex 2015-03-27 15:17:18 +08:00
parent 7fd77f0354
commit 762c83b26c
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
// test IE11
if (browser == "trident" && version<= 7 && cookieget('closeStatue') == false) {
/* return true; */
cookiesave('closeStatue','false','','','');
cookiesave('closeStatue','true','','','');
}
if( cookieget('closeStatue') == 'false' )
{