]> _ Git - fluidbook-html5.git/commitdiff
fix #2037 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 23 Apr 2018 10:16:55 +0000 (12:16 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 23 Apr 2018 10:16:55 +0000 (12:16 +0200)
js/libs/fluidbook/fluidbook.audiodescription.js

index 95ea0614fe45d28c3bf7d26b102944c75b0136a4..342af7864a83d8c22df3b033aecc6e32f4957f81 100644 (file)
@@ -23,8 +23,10 @@ function FluidbookAudioDescription(fluidbook) {
     // Button elements
     this.buttonLeft = document.createElement('a');
     this.buttonLeft.setAttribute('class', this.buttonClass + ' left');
+    this.buttonLeft.setAttribute('href', '#');
     this.buttonRight = document.createElement('a');
     this.buttonRight.setAttribute('class', this.buttonClass + ' right');
+    this.buttonRight.setAttribute('href', '#');
 
     if (this.audioSupport) {
         this.init();