From 8f31ff973cbc5ff16eb0378eb12c18ecec9f3beb Mon Sep 17 00:00:00 2001 From: thomasb Date: Sat, 25 Feb 2012 14:48:30 +0000 Subject: Slighlty increase minimum browser requirements git-svn-id: https://svn.roundcube.net/trunk@5903 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/js/app.js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index ad0cc9096..943136ee3 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -136,7 +136,7 @@ function rcube_webmail() this.task = this.env.task; // check browser - if (!bw.dom || !bw.xmlhttp_test()) { + if (!bw.dom || !bw.xmlhttp_test() || (bw.mz && bw.vendver < 1.9)) { this.goto_url('error', '_code=0x199'); return; } -- cgit v1.2.3