mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Fixed undefined is_moz (#80)
Uncaught ReferenceError: is_moz is not defined
This commit is contained in:
parent
4a79de1301
commit
819121b667
@ -190,7 +190,7 @@ if (tCont.offsetHeight > document.body.clientHeight) {
|
||||
tCont.style.height = document.body.clientHeight;
|
||||
}
|
||||
|
||||
if (is_moz) {
|
||||
if ($.browser.mozilla) {
|
||||
if (tBody.offsetHeight > document.body.clientHeight - 65) {
|
||||
tBody.style.height = document.body.clientHeight - 65;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user