Subversion Repositories DevTools

Rev

Rev 6886 | Rev 7063 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6886 Rev 6916
Line 154... Line 154...
154
             jQuery.each($('#fsReason input'),function(i,val){
154
             jQuery.each($('#fsReason input'),function(i,val){
155
                        $(this).prop('checked', true);
155
                        $(this).prop('checked', true);
156
                        });
156
                        });
157
         }
157
         }
158
 
158
 
159
         if ($('#fsResult input:checked').length <= 0){
-
 
160
             jQuery.each($('#fsResult input'),function(i,val){
-
 
161
                        $(this).prop('checked', true);
-
 
162
                        });
-
 
163
         }
-
 
164
 
-
 
165
         pageTriggerDelay = setTimeout(function(){
159
         pageTriggerDelay = setTimeout(function(){
166
             table.api().ajax.reload();
160
             table.api().ajax.reload();
167
             }, 1000);
161
             }, 1000);
168
    });
162
    });
169
 
163