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:
070eba7
)
Use empty string instead of null to placate IE.
author
Jason Skomorowski
<jason@indexdata.com>
Wed, 9 Feb 2011 16:43:01 +0000
(17:43 +0100)
committer
Jason Skomorowski
<jason@indexdata.com>
Wed, 9 Feb 2011 16:43:01 +0000
(17:43 +0100)
mkdru.client.js
patch
|
blob
|
history
diff --git
a/mkdru.client.js
b/mkdru.client.js
index
ae07fe6
..
2901928
100644
(file)
--- a/
mkdru.client.js
+++ b/
mkdru.client.js
@@
-30,7
+30,7
@@
var mkdru = {
perpage: 20,
sort: 'relevance',
filter: null,
- query:null,
+ query:'',
recid:null
},
state: {}