/** * browser.js */ //var ignoreSupportVersion = false; //;(function($){ // if(window.location.pathname.indexOf('/login') == 0){ // if(window.location.search.indexOf('?ivc=true') == 0){ // $.cookie('ivc', CONST_VALUE_TRUE_STR); // }else{ // $.cookie('ivc', null); // } // } // var ivc = $.cookie("ivc"); // if(ivc != undefined && ivc == CONST_VALUE_TRUE_STR){ // ignoreSupportVersion = true; // } //})(jQuery);