소스 검색

HUE-6209 [fb] Click on previous page on the file viewer shouldn't throw a JS error

Enrico Berti 8 년 전
부모
커밋
ff0bf76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/filebrowser/src/filebrowser/templates/display.mako

+ 1 - 1
apps/filebrowser/src/filebrowser/templates/display.mako

@@ -455,7 +455,7 @@ ${ fb_components.menubar() }
           self.upperPage(self.page() - 1);
           self.page(Math.max(self.page() - _difference - 1, 1));
         }
-        changePage();
+        self.changePage();
       }
     };