Merge branch 'gh-pages' into develop

This commit is contained in:
Oleh Zasadnyy 2014-11-14 21:37:33 +02:00
commit 5ab408316f
4 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

2
css/main.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -225,6 +225,9 @@
var iframe = $(this).find('iframe');
iframe.attr('src', iframe.attr('src'));
});
$('.slot').click(function() {
location.hash = $(this).attr('id');
});
if (typeof twitterFeedUrl !== 'undefined') {

2
js/scripts.min.js vendored

File diff suppressed because one or more lines are too long