thomascube
2011-12-30 354bf1ce12296767f007567807eae238fb80d342
Fix typo

1 files modified
2 ■■■ changed files
skins/larry/ui.js 2 ●●● patch | view | raw | blame | history
skins/larry/ui.js
@@ -550,7 +550,7 @@
    }
    
    // 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')