Skip to content

Commit

Permalink
Fix remove scope bug. Fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyg committed Feb 17, 2014
1 parent 37f2339 commit 1f196bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s3direct/static/s3direct/js/s3direct.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $s3Direct(function(){
}

var setup = function(el){
$el = $s3Direct(el)
var $el = $s3Direct(el)

var policy_url = $el.data('url')
var file_url = $el.find('input[type=hidden]').val()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='django-s3direct',
version='0.1.7',
version='0.1.8',
description='Add direct uploads to S3 functionality with a progress bar to file input fields within Django admin.',
long_description=readme,
author="Bradley Griffiths",
Expand Down

0 comments on commit 1f196bd

Please sign in to comment.