summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-30 17:07:29 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-30 17:07:29 +0000
commit26ee422a0146b3c39fcdc6406373aa81a864625d (patch)
tree81ef561942677153f37830879cff5e67a46aba73
parent5dd1da81679d754e6fa4b8019d37ba0f3360c60a (diff)
Fix typo
git-svn-id: https://svn.roundcube.net/trunk@5669 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/larry/ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/larry/ui.js b/roundcubemail/skins/larry/ui.js
index bf0fe8af0..3521154ca 100644
--- a/roundcubemail/skins/larry/ui.js
+++ b/roundcubemail/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')