mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
[ticket/11552] Disable responsive JS for IE8-
PHPBB3-11552
This commit is contained in:
parent
8ea5a77aa2
commit
e5788cbda8
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue