summaryrefslogtreecommitdiff
path: root/skins/default/functions.js
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-10-06 08:02:47 +0000
committerthomascube <thomas@roundcube.net>2010-10-06 08:02:47 +0000
commitcb8ebfcbf8cf72f1aeb44b4fcdd62e071cc00368 (patch)
treef66c22e0411b469e0fdbfb62ff582669c9aba46b /skins/default/functions.js
parentcecf83a48d3bde732f5cffacd0499f67ff23254c (diff)
Hotfixes for release 0.4.1 building new 0.4.2 version
Diffstat (limited to 'skins/default/functions.js')
-rw-r--r--skins/default/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/functions.js b/skins/default/functions.js
index 338ce203b..4615a462a 100644
--- a/skins/default/functions.js
+++ b/skins/default/functions.js
@@ -287,7 +287,7 @@ switch_preview_pane: function(elem)
rcmail.env.contentframe = null;
rcmail.show_contentframe(false);
}
- rcmail.http_post('utils/save-pref', '_name=preview_pane&_value='+(elem.checked?1:0));
+ rcmail.http_post('save-pref', '_name=preview_pane&_value='+(elem.checked?1:0));
},
/* Message composing */