From fae8674359063881ab6d2a62eba6bf815de290db Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 29 Dec 2011 09:35:01 +0000 Subject: - Add separate pagesize setting for mail messages and contacts (#1488269) git-svn-id: https://svn.roundcube.net/trunk@5662 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index e9301f568..5e51cbbcb 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -5658,16 +5658,6 @@ function rcube_webmail() } }; - this.toggle_prefer_html = function(checkbox) - { - $('#rcmfd_show_images').prop('disabled', !checkbox.checked).val(0); - }; - - this.toggle_preview_pane = function(checkbox) - { - $('#rcmfd_preview_pane_mark_read').prop('disabled', !checkbox.checked); - }; - // display fetched raw headers this.set_headers = function(content) { -- cgit v1.2.3