Fixes broken send-to-kindle

This commit is contained in:
Jan Broer
2016-03-27 23:36:51 +02:00
parent 6bfaeb4b2b
commit 34cd613e29
9 changed files with 96 additions and 37 deletions

View File

@ -1,5 +1,4 @@
$(function() {
$('.discover .row').isotope({
// options
@ -20,6 +19,13 @@ $(function() {
}, function(data){
$('.load-more .row').isotope( 'appended', $(data), null );
});
$('#sendbtn').click(function(){
var $this = $(this);
$this.text('Please wait...');
$this.addClass('disabled');
});
});
$(window).resize(function(event) {