Author: jablko
Date: Wed Oct 13 23:26:06 2010
New Revision: 8111

Log:
Check checkbox

Modified:
   trunk/js/multiDelete.js

Modified: trunk/js/multiDelete.js
==============================================================================
--- trunk/js/multiDelete.js     Wed Oct 13 23:03:40 2010        (r8110)
+++ trunk/js/multiDelete.js     Wed Oct 13 23:26:06 2010        (r8111)
@@ -11,6 +11,8 @@
      */
     Qubit.multiDelete = function ()
       {
+        $(this).attr('checked', true);
+
         // Hide element
         var $parentRows = $(this).closest('tr');
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to