Explorar o código

Reset selection list when page changed

Fixes: #18
Alexey Edelev %!s(int64=4) %!d(string=hai) anos
pai
achega
17b602a869
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      web/js/index.js

+ 1 - 0
web/js/index.js

@@ -460,6 +460,7 @@ function updateMailList(folder, page) {
             currentFolder = folder;
             enableRestoreFunctionality();
             currentPage = page;
+            resetSelectionList();
 
             if ($('#currentPageIndex')) {
                 $('#currentPageIndex').text(currentPage + 1);