From: Jakub Skoczen Date: Thu, 7 Apr 2011 13:37:46 +0000 (+0200) Subject: remove the class from the parent X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=fe9987a1485dd4ed3eda0a6596b56ac5095e2278;p=mkdru-moved-to-drupal.org.git remove the class from the parent --- diff --git a/mkdru.theme.js b/mkdru.theme.js index 0948291..ce5fe15 100644 --- a/mkdru.theme.js +++ b/mkdru.theme.js @@ -234,7 +234,7 @@ Drupal.theme.prototype.mkdruCounts = function(first, last, available, total) { Drupal.theme.prototype.mkdruStatus = function(activeClients, clients) { if (Number(activeClients) < 1) { - jQuery('a[href="#addon-0-result"]').removeClass('spinning'); + jQuery('a[href="#addon-0-result"]').parent().removeClass('spinning'); } return Drupal.t('Waiting on ') + activeClients + Drupal.t(' out of ') + clients + Drupal.t(' targets');