Updated sharex.js again

Haha, sorry about this, getting sleepy.
Removed a stray console.log().
This commit is contained in:
Bobby Wibowo 2018-10-09 02:36:07 +07:00
parent 57947df4db
commit 0745456cac
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
2 changed files with 1 additions and 2 deletions

View File

@ -22,5 +22,4 @@ page.prepareShareX = function () {
var sharexBlob = new Blob([sharexFile], { type: 'application/octet-binary' })
sharexElement.setAttribute('href', URL.createObjectURL(sharexBlob))
sharexElement.setAttribute('download', originClean + '.sxcu')
console.log(sharexFile)
}

View File

@ -15,7 +15,7 @@
v2: Images and config files (manifest.json, browserconfig.xml, etc).
v3: CSS and JS files (libs such as bulma, lazyload, etc).
#}
{% set v1 = "TC6WZLuKv0" %}
{% set v1 = "Wd5CjV76Yz" %}
{% set v2 = "Ii3JYKIhb0" %}
{% set v3 = "HrvcYD3KTh" %}