mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-26 09:34:02 +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) {
|
||||
var byteString, mimeString, ab, ia, bb, i;
|
||||
var byteString, ab, ia, bb, i;
|
||||
// convert base64 to raw binary data held in a string
|
||||
// doesn't handle URLEncoded DataURIs - see SO answer #6850276 for code that does this
|
||||
byteString = atob(dataURI.split(',')[1]);
|
||||
|
|
Loading…
Reference in a new issue