]> _ Git - fluidbook-html5.git/commitdiff
wip #4259 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 26 Nov 2021 10:31:52 +0000 (11:31 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 26 Nov 2021 10:31:52 +0000 (11:31 +0100)
js/libs/fluidbook/fluidbook.nav.js

index 13e2096cdbe0fe78038ca59c8e941d2d7293e1aa..4fa0b627e22e1a28525fe754400241f751d1c780 100644 (file)
@@ -499,7 +499,7 @@ FluidbookNav.prototype = {
                 // __('zoom in')
                 // __('zoom out')
                 link = this.addLink(navType, 'nav-zoomin', '#', 'zoomin', 'zoom in', 'zoom in');
-                link = this.addLink(navType, 'nav-zoomut', '#', 'zoomout', 'zoom out', 'zoom out');
+                link = this.addLink(navType, 'nav-zoomout', '#', 'zoomout', 'zoom out', 'zoom out');
             } else if (icon === 'fullscreen' && this.fluidbook.support.fullscreen && !this.fluidbook.settings.phonegap) {
                 // __('switch between fullscreen and normal')
                 link = this.addLink(navType, 'nav-' + icon, '#', icon, 'full screen', 'switch between fullscreen and normal', 'F11');