Changeset 5669 in subversion


Ignore:
Timestamp:
Dec 30, 2011 12:07:29 PM (17 months ago)
Author:
thomasb
Message:

Fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/larry/ui.js

    r5668 r5669  
    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.