return true;
});
+ $(document).on('click touchend', '.multimediaContainer[data-click-to-close="1"]', function () {
+ $this.fluidbook.menu.closeView();
+ return false;
+ });
+
$(document).on('click', '[href^="#"]:not([href="#"])', function () {
location.hash = $(this).attr('href');
return false;
var iw = w * $this.fluidbook.resize.bookScale;
var ih = h * $this.fluidbook.resize.bookScale;
if (scale !== 'no') {
- if(scale==='auto') {
+ if (scale === 'auto') {
scale = (1 / $this.fluidbook.resize.bookScale);
}
$(iframe).attr("width", iw)