From e5788cbda8d3d7e9b083f5cfe6f3e35ef5a6ba4f Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 15 Sep 2013 17:00:06 +0300 Subject: [PATCH] [ticket/11552] Disable responsive JS for IE8- PHPBB3-11552 --- phpBB/styles/prosilver/template/forum_fn.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index 99fc50aadd..4496b200fc 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -440,6 +440,9 @@ function insert_single_user(formId, user) if (oldBrowser) { // Fix .linkslist.bulletin lists $('ul.linklist.bulletin li:first-child, ul.linklist.bulletin li.rightside:last-child').addClass('no-bulletin'); + + // Do not run functions below for old browsers + return; } // Resize navigation block to keep all links on same line