merge conflict
This commit is contained in:
commit
4aaab294a0
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ var ComicBook = (function ($) {
|
||||||
this.isMobile = true;
|
this.isMobile = true;
|
||||||
document.body.classList.add('mobile');
|
document.body.classList.add('mobile');
|
||||||
defaults.displayMode = 'single';
|
defaults.displayMode = 'single';
|
||||||
|
|
||||||
window.addEventListener('load', function () {
|
window.addEventListener('load', function () {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
window.scrollTo(0, 1);
|
window.scrollTo(0, 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue