From c3d4577a3f29b77586e1b515e221f0d8e37757f4 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 22 Nov 2011 13:32:44 +0000 Subject: - Fix action when toggling prefer_html option state git-svn-id: https://svn.roundcube.net/trunk@5465 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 4b4187d91..1be200933 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -5587,7 +5587,7 @@ function rcube_webmail() this.toggle_prefer_html = function(checkbox) { - $('#rcmfd_addrbook_show_images').prop('disabled', !checkbox.checked); + $('#rcmfd_show_images').prop('disabled', !checkbox.checked).val(0); }; this.toggle_preview_pane = function(checkbox) -- cgit v1.2.3