From: Stephen Cameron Date: Tue, 27 Jun 2017 11:21:47 +0000 (+0200) Subject: WIP #1500 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b98e91743b301cce7f31d229cbc29c5c5313ed22;p=fluidbook-html5.git WIP #1500 @0:05 --- diff --git a/js/libs/fluidbook/fluidbook.nav.js b/js/libs/fluidbook/fluidbook.nav.js index 193915ae..192b6698 100644 --- a/js/libs/fluidbook/fluidbook.nav.js +++ b/js/libs/fluidbook/fluidbook.nav.js @@ -130,6 +130,7 @@ FluidbookNav.prototype = { * __('share on facebook') * __('share on twitter') * __('home') + * __('full screen') */ var $this = this; // index, chapters, print, friend, bookmark, pdf, archives, basket, fullscreen, sound, 3d, help @@ -297,7 +298,7 @@ FluidbookNav.prototype = { return false; }); } else if (icon == 'fullscreen' && Modernizr.fullscreen && !DATAS.phonegap) { - this.addLink('interface-fullscreen', '#', 'fullscreen', 'Full screen', 'switch between fullscreen and normal'); + this.addLink('interface-fullscreen', '#', 'fullscreen', 'full screen', 'switch between fullscreen and normal'); $("#fullscreen").click(function () { $this.menuAPI.close(); screenfull.toggle();