From aa4612e7304d6a8f99842702593954c99a702b4d Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Tue, 02 Oct 2012 14:05:08 -0400
Subject: [PATCH] Fix broken script after failed merge
---
program/js/app.js | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/program/js/app.js b/program/js/app.js
index 6448991..3335d94 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -5599,14 +5599,6 @@
.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)
{
--
Gitblit v1.9.1