Removed load events
This commit is contained in:
parent
5af8ca3947
commit
9247a4df39
1 changed files with 0 additions and 4 deletions
|
@ -19,9 +19,5 @@ $(function() { // https://css-tricks.com/snippets/jquery/smooth-scrolling/
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$(window).load(function() {
|
|
||||||
$(window).trigger('scroll').trigger('resize');
|
|
||||||
});
|
|
||||||
|
|
||||||
React.render(<ProjectImagesTypes />, document.getElementById('project-images-types'));
|
React.render(<ProjectImagesTypes />, document.getElementById('project-images-types'));
|
||||||
React.render(<ProjectImagesMain />, document.getElementById('project-images-main'));
|
React.render(<ProjectImagesMain />, document.getElementById('project-images-main'));
|
||||||
|
|
Reference in a new issue