diff options
author | thomascube <thomas@roundcube.net> | 2010-10-06 08:02:47 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-10-06 08:02:47 +0000 |
commit | cb8ebfcbf8cf72f1aeb44b4fcdd62e071cc00368 (patch) | |
tree | f66c22e0411b469e0fdbfb62ff582669c9aba46b /skins | |
parent | cecf83a48d3bde732f5cffacd0499f67ff23254c (diff) |
Hotfixes for release 0.4.1 building new 0.4.2 version
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/functions.js | 2 |
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 */ |