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:
7e8718e
)
Fix oversearching.
author
Jason Skomorowski
<jason@indexdata.com>
Fri, 11 Feb 2011 21:36:28 +0000
(22:36 +0100)
committer
Jason Skomorowski
<jason@indexdata.com>
Fri, 11 Feb 2011 21:36:28 +0000
(22:36 +0100)
mkdru.client.js
patch
|
blob
|
history
diff --git
a/mkdru.client.js
b/mkdru.client.js
index
7f83e3c
..
03f9507
100644
(file)
--- a/
mkdru.client.js
+++ b/
mkdru.client.js
@@
-196,7
+196,7
@@
mkdru.hashChange = function () {
else {
// may need to run search again to limit targets
for (key in mkdru.state) {
- if (key.substring(0,5) === 'limit') {
+ if (key.substring(0,5) === 'limit' && mkdru.state[key]) {
mkdru.search();
break;
}