aboutsummaryrefslogtreecommitdiff
path: root/public/js
diff options
context:
space:
mode:
authorOnestay <[email protected]>2017-04-23 15:22:14 +0200
committerOnestay <[email protected]>2017-04-23 15:22:14 +0200
commit07f1b1ca3c745a2d43474d0e76473e4883416c5e (patch)
treed6126f44aacbec31b75277fad94a54c19254e24d /public/js
parentUploading to an album (diff)
downloadhost.fuwn.me-07f1b1ca3c745a2d43474d0e76473e4883416c5e.tar.xz
host.fuwn.me-07f1b1ca3c745a2d43474d0e76473e4883416c5e.zip
remove debug console.log
Diffstat (limited to 'public/js')
-rw-r--r--public/js/home.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/home.js b/public/js/home.js
index 9ec104b..bb0f62c 100644
--- a/public/js/home.js
+++ b/public/js/home.js
@@ -137,7 +137,6 @@ upload.prepareDropzone = function(){
// add the selected albumid, if an album is selected, as a header
this.on('sending', function(file, xhr) {
if (upload.album) {
- console.log(upload.album)
xhr.setRequestHeader('albumid', upload.album)
}
});