From 354bf1ce12296767f007567807eae238fb80d342 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 30 Dec 2011 17:07:29 +0000 Subject: Fix typo --- skins/larry/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins/larry/ui.js') diff --git a/skins/larry/ui.js b/skins/larry/ui.js index bf0fe8af0..3521154ca 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -550,7 +550,7 @@ function rcube_mail_ui() } // add icons to clone file input field - if (rcmail.env.action = 'compose' && !$dialog.data('extended')) { + if (rcmail.env.action == 'compose' && !$dialog.data('extended')) { $('') .addClass('iconlink add') .attr('href', '#add') -- cgit v1.2.3