remove redundant var

pull/6499/head
PhilW 6 years ago
parent 99fc4cd387
commit f028ff0c48

@ -127,8 +127,6 @@ function rcube_webmail()
{
if (!this.menu_buttons[menu_id]) {
this.menu_buttons[menu_id] = [[], []];
var commands = [];
$('#' + menu_id).find('a').each(function() {
var command, link = $(this), onclick = link.attr('onclick');

Loading…
Cancel
Save