Explorar o código

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

Enrico Berti %!s(int64=8) %!d(string=hai) anos
pai
achega
ff0bf769fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
       }
     };