Explorar el Código

Reset selection list when page changed

Fixes: #18
Alexey Edelev hace 4 años
padre
commit
17b602a869
Se han modificado 1 ficheros con 1 adiciones y 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);