Fix typo in blur-images.js

This commit is contained in:
discomrade 2021-12-13 13:18:10 -01:00
parent 90e033fb4c
commit a09180ed05

View File

@ -90,7 +90,7 @@ $(document).ready(function(){
show_hide_blur_images_buttons();
if (window.Options && Options.get_tab('general')) {
$('#toggle-images>input').prop('checked', true);
$('#blur-images>input').prop('checked', true);
}
}