Changeset 6670
- Timestamp:
- 06/28/12 11:24:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/draw_api.js
r6667 r6670 11 11 focusIn = ""; 12 12 canMakeBox = true; 13 fastSearch = false; 13 14 14 15 onceOpenedHeadersMessages = {}; … … 3776 3777 // Função para monstar a caixinha de e-mail. 3777 3778 function makeBoxMail(){ 3778 if(canMakeBox ){3779 if(canMakeBox && !fastSearch){ 3779 3780 if(!( f9 || click || $(this).parents("tr:first").find("button").hasClass("ui-state-active") )){ 3780 3781 if($(input).val() != "") … … 3788 3789 click = false; 3789 3790 } 3791 canMakeBox = true; 3792 fastSearch = false; 3790 3793 } 3791 3794 … … 4164 4167 div.parents("tr:first").find("button").button().click(function(){ 4165 4168 click = true; 4169 fastSearch = true; 4166 4170 if(!$(":focus").hasClass("new-message-input")) 4167 4171 emQuickSearch(($(this).parents("tr:first").find("input").val() ? $(this).parents("tr:first").find("input").val() : input_search), "."+$(this).parents("tr:first").attr('class').split("-")[0], ID, undefined, true);
Note: See TracChangeset
for help on using the changeset viewer.