Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo/snippets/attireAssets.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,700,900&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://rawgit.com/dbrekalo/attire/master/dist/css/build.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/dbrekalo/attire/dist/css/build.min.css">

<script>attireQueue = [];</script>
2 changes: 1 addition & 1 deletion demo/snippets/attireFooter.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<p>This page is built with <a href="http://dbrekalo.github.io/attire/">Attire</a>.</p>
</footer>

<script src="https://rawgit.com/dbrekalo/attire/master/dist/js/build.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/dbrekalo/attire/dist/js/build.min.js"></script>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="canonical" href="https://github.com/dbrekalo/whenInViewport.git/"/>

<link href='https://fonts.googleapis.com/css?family=Lato:400,300,700,900&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://rawgit.com/dbrekalo/attire/master/dist/css/build.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/dbrekalo/attire/dist/css/build.min.css">

<script>attireQueue = [];</script>

Expand Down Expand Up @@ -350,7 +350,7 @@ <h2 class="attireTitleType2">Installation</h2>
<p>This page is built with <a href="http://dbrekalo.github.io/attire/">Attire</a>.</p>
</footer>

<script src="https://rawgit.com/dbrekalo/attire/master/dist/js/build.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/dbrekalo/attire/dist/js/build.min.js"></script>

<script src="dist/whenInViewport.js"></script>

Expand Down