if ($_GET['nointerface'] !== undefined) {
$('body').addClass('nointerface');
settings.mobileTransitions = 'none';
- this.nointerface=true;
- }else{
- this.nointerface=false;
+ this.nointerface = true;
+ } else {
+ this.nointerface = false;
}
this.initSettings(settings);
win = window;
}
- console.log('target');
+ url = url.replace('$uuid', this.stats.vid);
if (target == undefined) {
target = '_self';
delay = parseInt(delay);
}
this._blink($(link), delay + additionalDelay);
- }
- ,
+ },
triggerLinkById: function (id) {
var a = $('.link[data-id="' + id + '"] a:eq(0)');
});
}
});
- }
- ,
+ },
initSlideshow: function (s) {
var $this = this;
.attr('height', ih)
.css({width: iw, height: ih, transform: 'scale(' + (1 / $this.fluidbook.resize.bookScale) + ')'});
});
- }
- ,
+ },
rolloverEnter: function (iid) {
var e = $('[data-id="' + iid + '"]');
e.addClass('animaterollover');
- }
- ,
+ },
rolloverLeave: function (iid) {
var e = $('[data-id="' + iid + '"]');
e.removeClass('animaterollover');
- }
- ,
+ },
resizeIframe: function (height) {
var iframe = $('.link iframe').eq(0);
var container = iframe.closest('.content');