mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-23 03:46:14 +08:00
Remove unused code
This commit is contained in:
parent
1a74def8dc
commit
61d27ac1b6
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
dataURItoBlob: function (dataURI, ftype) {
|
dataURItoBlob: function (dataURI, ftype) {
|
||||||
var byteString, mimeString, ab, ia, bb, i;
|
var byteString, ab, ia, bb, i;
|
||||||
// convert base64 to raw binary data held in a string
|
// convert base64 to raw binary data held in a string
|
||||||
// doesn't handle URLEncoded DataURIs - see SO answer #6850276 for code that does this
|
// doesn't handle URLEncoded DataURIs - see SO answer #6850276 for code that does this
|
||||||
byteString = atob(dataURI.split(',')[1]);
|
byteString = atob(dataURI.split(',')[1]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue