Subversion Repositories My Stuff

Rev

Rev 15 | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

$(document).ready(function(){
        jQuery.each(jQuery.browser, function(i, val) {
                if((i=="msie" && jQuery.browser.version<8)||(i=="opera" && jQuery.browser.version<9)||(i=="safari" && jQuery.browser.version<4)||(i=="mozilla" && jQuery.browser.version<1.7))
                        window.location.replace("http://www.kardasa.pl/english/old_browser.html");                   
                 });
});