[index] remove hack for ancient opera
This commit is contained in:
parent
de96ce8129
commit
b456b86ca0
1 changed files with 0 additions and 9 deletions
|
@ -10,15 +10,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||||
needs_refresh = true;
|
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
|
//Generate a random seed when using order:random
|
||||||
$('form > input[placeholder="Search"]').parent().submit(function(e){
|
$('form > input[placeholder="Search"]').parent().submit(function(e){
|
||||||
|
|
Reference in a new issue