[index] remove hack for ancient opera

This commit is contained in:
Shish 2023-12-30 13:59:53 +00:00
parent de96ce8129
commit b456b86ca0

View file

@ -10,15 +10,6 @@ document.addEventListener('DOMContentLoaded', () => {
needs_refresh = true;
}
}
// need to trigger a reflow in opera, because opera implements
// text-align: justify with element margins and doesn't recalculate
// these margins when part of the line disappears...
if(needs_refresh) {
$('.shm-image-list').hide(
0,
function() {$('.shm-image-list').show();}
);
}
//Generate a random seed when using order:random
$('form > input[placeholder="Search"]').parent().submit(function(e){