summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-10-02 20:05:08 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-10-02 20:05:08 +0200
commitaa4612e7304d6a8f99842702593954c99a702b4d (patch)
tree2428281979cfc33d307e5190dc110ff8419966c5
parent98183b39eb6f617dd4666ce86e0bceef0c8a82e9 (diff)
Fix broken script after failed merge
-rw-r--r--program/js/app.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 644899166..3335d945c 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -5599,14 +5599,6 @@ function rcube_webmail()
.dialog('option', 'position', ['center', 'center']); // only works in a separate call (!?)
};
- // enable/disable buttons for page shifting
- this.set_page_buttons = function()
- {
- this.enable_command('nextpage', 'lastpage', (this.env.pagecount > this.env.current_page));
- this.enable_command('previouspage', 'firstpage', (this.env.current_page > 1));
- };
-
->>>>>>> 765ecb9... Let the skin limit the number of visible recipeints and place a link to show them all in a dialog (better fix for #1488590)
// mark a mailbox as selected and set environment variable
this.select_folder = function(name, prefix, encode)
{