Эх сурвалжийг харах

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

Enrico Berti 8 жил өмнө
parent
commit
ff0bf769fe

+ 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();
       }
     };