1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-19 16:11:21 +02:00

[ticket/11552] Disable responsive JS for IE8-

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-09-15 17:00:06 +03:00
parent 8ea5a77aa2
commit e5788cbda8

View File

@@ -440,6 +440,9 @@ function insert_single_user(formId, user)
if (oldBrowser) { if (oldBrowser) {
// Fix .linkslist.bulletin lists // Fix .linkslist.bulletin lists
$('ul.linklist.bulletin li:first-child, ul.linklist.bulletin li.rightside:last-child').addClass('no-bulletin'); $('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 // Resize navigation block to keep all links on same line