Skip to content

Commit

Permalink
Reorganize files.
Browse files Browse the repository at this point in the history
  • Loading branch information
cssmagic committed Dec 7, 2016
1 parent 956d3b7 commit d7ce65d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html → demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
</ul>
</div>
</body>
<script src="scrollfix.js" type="text/javascript" charset="utf-8"></script>
<script src="../src/scrollfix.js" type="text/javascript" charset="utf-8"></script>

<script type="text/javascript" charset="utf-8">
var scrollable = document.getElementById("scrollable");
new ScrollFix(scrollable);
</script>
</html>
</html>
File renamed without changes.
File renamed without changes.

0 comments on commit d7ce65d

Please sign in to comment.