mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
parent
98d02d0b89
commit
876741b40b
3 changed files with 44 additions and 8 deletions
|
@ -926,3 +926,7 @@ $('.modal').on('hide.bs.modal', function (e) {
|
|||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
$.fn.hasScrollBar = function() {
|
||||
return this.get(0).scrollHeight > this.get(0).clientHeight;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue