Skip to content

Commit 5ab4083

Browse files
committed
Merge branch 'gh-pages' into develop
2 parents 481f19a + e95e3c7 commit 5ab4083

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/main.min.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/scripts.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@
225225
var iframe = $(this).find('iframe');
226226
iframe.attr('src', iframe.attr('src'));
227227
});
228+
$('.slot').click(function() {
229+
location.hash = $(this).attr('id');
230+
});
228231

229232

230233
if (typeof twitterFeedUrl !== 'undefined') {

0 commit comments

Comments
 (0)