browser.js: Reinstated upload_callback (previously removed from listing.js). This is neccessary to prevent upload making a refresh as soon as the page loads, causing unnecessary server usage and currently causing an error as well. __init__.py: Upload callback - changed from refresh() to a call to upload_callback() - which is a "smarter" wrapper around refresh().