diff options
author | svncommit <devs@roundcube.net> | 2008-09-18 11:51:26 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2008-09-18 11:51:26 +0000 |
commit | cc0d55cbcbc3cfef82ce86b8cb5df5936be97c65 (patch) | |
tree | 258fec61aea3c4a8cdeaae114c622f35446a6393 | |
parent | c41ae1053d16e9822409c15ec556232141e0e042 (diff) |
Revert r1821; already fixed in r1819.
-rw-r--r-- | program/js/app.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/program/js/app.js b/program/js/app.js index 2e0a1ea5c..0aceb3008 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3654,9 +3654,6 @@ function rcube_webmail() this.set_pagetitle(new_title); } - - // update page buttons - this.set_page_buttons(); }; // update parent's mailboxlist (from preview) |