From e85519db974b5877c19c1b571720ec95feb2558f Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 1 Oct 2010 07:49:54 +0000 Subject: - Fix "Server Error! (Not Found)" when using utils/save-pref action (#1487023) git-svn-id: https://svn.roundcube.net/trunk@4027 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/skins/default') diff --git a/roundcubemail/skins/default/functions.js b/roundcubemail/skins/default/functions.js index 338ce203b..4615a462a 100644 --- a/roundcubemail/skins/default/functions.js +++ b/roundcubemail/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 */ -- cgit v1.2.3