Add description toggle to info page

* Fixes #1546
This commit is contained in:
JonnyWong16 2021-11-13 21:53:32 -08:00
parent 98d02d0b89
commit 876741b40b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 44 additions and 8 deletions

View file

@ -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;
}