summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/app.js
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-29 09:35:01 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-29 09:35:01 +0000
commitfae8674359063881ab6d2a62eba6bf815de290db (patch)
treed252ab8881123334ddecac999f3f354642bd9780 /roundcubemail/program/js/app.js
parent8f96f6d95ef85779395a46e558d6d412e4407ff7 (diff)
- Add separate pagesize setting for mail messages and contacts (#1488269)
git-svn-id: https://svn.roundcube.net/trunk@5662 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/app.js')
-rw-r--r--roundcubemail/program/js/app.js10
1 files changed, 0 insertions, 10 deletions
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)
{