hud-pinning.js: fix inappropriate unpinning on image posting

This commit is contained in:
Zankaria 2024-05-05 21:32:39 +02:00
parent 86fc44d2f3
commit 909c2040da

View File

@ -42,7 +42,7 @@ $(document).ready(function() {
// Reload on new post: allows it to work with auto-reload.js etc.
$(document).on('new_post', function(e, post) {
setHudPinning(localStorage.hud_pinning === 'true');
setHudPinning(localStorage.hud_pinning !== 'false');
});
// Enforce the setting on loading.