mirror of
https://github.com/neocities/neocities.git
synced 2025-06-26 14:14:35 +02:00
remove console.log in dashboard
This commit is contained in:
parent
d261e5bf95
commit
605fdce9be
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@
|
||||||
})
|
})
|
||||||
|
|
||||||
this.on("totaluploadprogress", function(progress, totalBytes, totalBytesSent) {
|
this.on("totaluploadprogress", function(progress, totalBytes, totalBytesSent) {
|
||||||
console.log('OH HI')
|
|
||||||
showUploadProgress()
|
showUploadProgress()
|
||||||
$('#progressBar').css('display', 'block')
|
$('#progressBar').css('display', 'block')
|
||||||
$('#uploadingProgress').css('width', progress+'%')
|
$('#uploadingProgress').css('width', progress+'%')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue