https a bunch of things

This commit is contained in:
Shish
2020-03-25 11:47:00 +00:00
parent c3b67f346b
commit 03806d0420
25 changed files with 63 additions and 63 deletions

View File

@ -2,7 +2,7 @@
document.addEventListener('DOMContentLoaded', () => {
/** Load jQuery extensions **/
//Code via: http://stackoverflow.com/a/13106698
//Code via: https://stackoverflow.com/a/13106698
$.fn.highlight = function (fadeOut) {
fadeOut = typeof fadeOut !== 'undefined' ? fadeOut : 5000;
$(this).each(function () {