Commit 223a7f44 authored by Christophe Dumez's avatar Christophe Dumez

removed warning when using konqueror

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7000 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d5902dd4
......@@ -75,11 +75,6 @@ else:\n
\n
print \'\'\'\n
<script>\n
// Konqueror is unsupported at the moment, it works but it is a little buggy\n
// Konqueror 3.5 is doing quite well but isn\'t default on Mandriva 2006\n
if(navigator.userAgent.indexOf(\'Konqueror\') != -1 || navigator.userAgent.indexOf(\'konqueror\') != -1){\n
document.write("<font color=\'red\'>Your web browser is unsupported, hence you may experience some problems. <b>Firefox</b> is advised.</font>");\n
}\n
var tree = null;\n
var business_template;\n
var is_expanded=false;\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment