Created
August 25, 2017 15:18
-
-
Save gregblake/7b89ab177fa3728ff6553ef6acc23a6e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).on('page:update', function(){ | |
$('#s3-uploader').fileupload({ | |
type: 'PUT' | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment