]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 3 Sep 2013 12:26:56 +0000 (12:26 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 3 Sep 2013 12:26:56 +0000 (12:26 +0000)
js/libs/fluidbook/fluidbook.help.js
js/libs/fluidbook/fluidbook.js

index 59cd72a446fe75fdda74d8004aab26e86809d8af..efa039f8eeaa27e3a9386ca9328f0673ea9d6c52 100644 (file)
@@ -126,6 +126,7 @@ FluidbookHelp.prototype = {
                var $this = this;\r
 \r
                this.view.show();\r
+               $("#previous,#next").addClass('help');\r
                this.fluidbook.showAllButtons();\r
                if (this.fluidbook.support.isMobile) {\r
                        $(document).one('click t', function(e) {\r
@@ -150,6 +151,7 @@ FluidbookHelp.prototype = {
                var $this = this;\r
                if (this.isVisible()) {\r
                        this.view.hide();\r
+                       $("#previous,#next").removeClass('help');\r
                        this.fluidbook.hideUnnecessaryButtons();\r
                        if (this.fluidbook.support.isMobile) {\r
                                $("*").unbind('click', function() {\r
index 8eb02dfb456cd5a2c4b406ddbbe63c4ec3d6d660..e2be2c9018298e3b73985774578f61c85d7ce7d5 100644 (file)
@@ -491,7 +491,6 @@ Fluidbook.prototype = {
                        speed = 0;\r
                }\r
 \r
-               $("#previous,#next").removeClass('help');\r
                if (Modernizr.csstransitions) {\r
                        if (page <= 1) {\r
                                $("#previous").addClass('hidden');\r