]> _ Git - fluidbook-html5.git/commitdiff
fix #1755 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 16 Oct 2017 14:02:29 +0000 (16:02 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 16 Oct 2017 14:02:29 +0000 (16:02 +0200)
js/libs/fluidbook/fluidbook.links.js

index 71aadeacc39a4edd7cac9f1907eeca5e85bca960..fc23efa2f65d7dceb0575d93bfdb34a1c7af43bb 100644 (file)
@@ -3,7 +3,6 @@ function FluidbookLinks(fluidbook) {
     this.init();
 }
 
-
 FluidbookLinks.prototype = {
     init: function () {
 
@@ -45,7 +44,7 @@ FluidbookLinks.prototype = {
                 action = map[action];
             }
 
-            var navitem = $("#nav #" + action);
+            var navitem = $("#horizontalNav_" + action);
             if (navitem.length > 0) {
                 $(navitem).get(0).click();
             }