UI tweaks

This commit is contained in:
Sam Potts
2016-04-25 19:06:55 +10:00
parent 1ddb4eb60c
commit ffebc7b077
21 changed files with 1286 additions and 961 deletions
+1 -8
View File
@@ -2,7 +2,7 @@
// Docs example
// ==========================================================================
/*global plyr, shr*/
/*global plyr*/
// Setup the player
plyr.setup('.js-media-player', {
@@ -17,13 +17,6 @@ plyr.setup('.js-media-player', {
}
});
// Setup shr
shr.setup({
count: {
classname: 'btn__count'
}
});
// General functions
(function() {
var buttons = document.querySelectorAll('[data-source]');