alecpl
2011-05-16 a509bb677ca626315d71e07afc8342a0690b6859
skins/default/functions.js
@@ -148,6 +148,13 @@
  this.popups.dragmessagemenu.obj[show?'show':'hide']();
},
forwardmenu: function(show)
{
  $("input[name='forwardtype'][value="+(rcmail.env.forward_attachment ? 1 : 0)+"]", this.popups.forwardmenu.obj)
    .prop('checked', true);
  this.show_popupmenu('forwardmenu', show);
},
uploadmenu: function(show)
{
  if (typeof show == 'object') // called as event handler