Fix typo in blur-images.js

This commit is contained in:
discomrade 2021-12-13 13:18:10 -01:00
parent 3d3c0de678
commit 2a11efd859

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);
}
}