Changeset 354bf1c in github


Ignore:
Timestamp:
Dec 30, 2011 12:07:29 PM (18 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
12bf0f97
Parents:
822a1ef
Message:

Fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/ui.js

    r822a1ef r354bf1c  
    551551     
    552552    // add icons to clone file input field 
    553     if (rcmail.env.action = 'compose' && !$dialog.data('extended')) { 
     553    if (rcmail.env.action == 'compose' && !$dialog.data('extended')) { 
    554554      $('<a>') 
    555555        .addClass('iconlink add') 
Note: See TracChangeset for help on using the changeset viewer.