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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user