projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d30056
)
Switch order of resetPage/redrawNavi invocations.
author
Mike Taylor
<mike@indexdata.com>
Fri, 21 Mar 2014 12:48:15 +0000
(12:48 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 21 Mar 2014 12:48:15 +0000
(12:48 +0000)
tools/htdocs/mkws.js
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.js
b/tools/htdocs/mkws.js
index
0766f51
..
53d07fe
100644
(file)
--- a/
tools/htdocs/mkws.js
+++ b/
tools/htdocs/mkws.js
@@
-591,8
+591,8
@@
function team($, teamName) {
function triggerSearch (query, sortOrder, targets)
{
- redrawNavi();
resetPage();
+ redrawNavi();
var pp2filter = "";
var pp2limit = "";