projects
/
mkdru-moved-to-drupal.org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7579767
)
Parse to int
author
Jakub Skoczen
<jakub@indexdata.dk>
Thu, 7 Apr 2011 13:35:01 +0000
(15:35 +0200)
committer
Jakub Skoczen
<jakub@indexdata.dk>
Thu, 7 Apr 2011 13:35:01 +0000
(15:35 +0200)
mkdru.theme.js
patch
|
blob
|
history
diff --git
a/mkdru.theme.js
b/mkdru.theme.js
index
b3d1cda
..
0948291
100644
(file)
--- a/
mkdru.theme.js
+++ b/
mkdru.theme.js
@@
-233,7
+233,7
@@
Drupal.theme.prototype.mkdruCounts = function(first, last, available, total) {
};
Drupal.theme.prototype.mkdruStatus = function(activeClients, clients) {
- if (activeClients < 1) {
+ if (Number(activeClients) < 1) {
jQuery('a[href="#addon-0-result"]').removeClass('spinning');
}
return Drupal.t('Waiting on ') + activeClients + Drupal.t(' out of ')