reShow() invokes resetPage()
authorMike Taylor <mike@indexdata.com>
Wed, 9 Apr 2014 16:17:14 +0000 (17:17 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 9 Apr 2014 16:17:14 +0000 (17:17 +0100)
src/mkws-team.js

index d4bdc8e..9d9e34c 100644 (file)
@@ -240,6 +240,7 @@ function team($, teamName) {
 
 
     that.reShow = function() {
+       resetPage();
        m_paz.show(0, m_perpage, m_sortOrder);
     };