mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 12:41:23 +01:00
Merge branch 'gh-pages' into develop
This commit is contained in:
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
2
css/main.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -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
2
js/scripts.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue