Changeset 7084 for branches/2.4


Ignore:
Timestamp:
08/21/12 16:33:24 (12 years ago)
Author:
eduardow
Message:

Ticket #3051 - Inconsistencia na cor do container ao fazer um drag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/js/draw_api.js

    r7078 r7084  
    40674067                drop : function(e, ui){ 
    40684068                        ui.draggable.parent().droppable( "enable" ); 
    4069                         var box = ui.draggable.clone(); 
     4069                        var box = ui.draggable.clone().removeClass("box-selected"); 
    40704070                        box_actions(box); 
    40714071                        if(box.find(".box-info").length){ 
Note: See TracChangeset for help on using the changeset viewer.