var sliderWidth = filmBarWidth * sliderRatio;
this.rail.style.width = filmBarWidth + 'px';
this.rail.style.display = 'block';
- this.rail.style.visibility = 'visible';
+ this.rail.style.visibility = 'visible';
if (sliderRatio < 1) {
this.slider.style.width = Math.round(sliderWidth) + 'px';
this.slider.style.visibility = 'visible';
this.slider.style.visibility = 'hidden';
}
- this.winSize = {'width' : getWindowWidth(),
+ this.winSize = {'width' : getWindowWidth(),
'height' : getWindowHeight()};
this.maxRightPosition = filmBarWidth - sliderWidth
this.sliderSpeedRatio = - (filmBarWidth - sliderWidth) / (filmWidth - filmBarWidth);
disableDefault(evt);
disablePropagation(evt);
target.blur();
+ history.pushState(target.href, '', target.href);
var imgBaseUrl = target.href;
var canonicalImgUrl;
if (this.ctxUrlTranslation[0])
canonicalImgUrl = imgBaseUrl.replace(this.ctxUrlTranslation[0],
- this.ctxUrlTranslation[1]);
+ this.ctxUrlTranslation[1]);
else
canonicalImgUrl = imgBaseUrl;