dever %!s(int64=7) %!d(string=hai) anos
pai
achega
e8d082e3a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      front/static/document.js

+ 1 - 1
front/static/document.js

@@ -177,7 +177,7 @@ var Document =
         var b = w/self.width;
         if (self.left) {
             if (w - self.width > 10) {
-                var z = 100-(100/b) + self.zoom;
+                var z = (100/b) + self.zoom;
                 $(self.option.reader).css('zoom', z + '%');
             }