FinalsClub / karmaworld

KarmaNotes.org v3.0
GNU Affero General Public License v3.0
7 stars 6 forks source link

beta ignores filepicker #339

Closed btbonval closed 10 years ago

btbonval commented 10 years ago

After uploading a file, the Filepicker dialogue goes away and then nothing happens.

My browser says ReferenceError: got_file is not defined.

This is probably due to refactoring of Javascript.

btbonval commented 10 years ago

Quite possibly there is no functional problem; beta might not be using the most up to date static files with got_file defined.

btbonval commented 10 years ago

I ran manage.py collectstatic and I'm seeing js files get uploaded. That's promising.

btbonval commented 10 years ago

yeah that was the problem. uploads work again.