]> _ Git - fluidbook-html5.git/commitdiff
wip #1488 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 22 Jun 2017 13:01:34 +0000 (15:01 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 22 Jun 2017 13:01:34 +0000 (15:01 +0200)
js/libs/fluidbook/fluidbook.links.js

index ad5a00450ddfc33fc7d13e3259e1b576011a8cb7..2f5ea63b9ba709f1026f5482c402ca6af923d94c 100644 (file)
@@ -42,7 +42,7 @@ FluidbookLinks.prototype = {
 
             var navitem = $("#nav #" + action);
             if (navitem.length > 0) {
-                $(navitem).click();
+                $(navitem).get(0).click();
             }
 
             return false;