summaryrefslogtreecommitdiff
path: root/skins/larry/ui.js
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-12-30 17:07:29 +0000
committerthomascube <thomas@roundcube.net>2011-12-30 17:07:29 +0000
commit354bf1ce12296767f007567807eae238fb80d342 (patch)
treee3f4220a98005ed8e0739bc20ac8e2946ab4545e /skins/larry/ui.js
parent822a1effad3476715f238436f845920d0290f310 (diff)
Fix typo
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r--skins/larry/ui.js2
1 files changed, 1 insertions, 1 deletions
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')) {
$('<a>')
.addClass('iconlink add')
.attr('href', '#add')