Author: jablko
Date: Wed Oct 13 20:34:02 2010
New Revision: 8097
Log:
Cosmetic change
Modified:
trunk/js/multiDelete.js
Modified: trunk/js/multiDelete.js
==============================================================================
--- trunk/js/multiDelete.js Wed Oct 13 20:33:15 2010 (r8096)
+++ trunk/js/multiDelete.js Wed Oct 13 20:34:02 2010 (r8097)
@@ -45,7 +45,7 @@
Drupal.behaviors.replaceMultiDelete = {
attach: function (context)
{
- $('input[type="checkbox"].multiDelete').each(function ()
+ $('input[type=checkbox].multiDelete').each(function ()
{
var elementName = $(this).attr('name');
$(this).replaceWith('<button name="delete" class="delete-small"
onclick="Qubit.multiDelete(this, \'' + elementName + '\'); return false;" />');
--
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.