Thomas Bruederli
2012-10-02 aa4612e7304d6a8f99842702593954c99a702b4d
Fix broken script after failed merge
1 files modified
8 ■■■■■ changed files
program/js/app.js 8 ●●●●● patch | view | raw | blame | history
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)
  {