mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
set symbols
This commit is contained in:
@@ -804,6 +804,9 @@ function uploadImage(event, destination) {
|
||||
reader.onload = function() {
|
||||
var dataURL = reader.result;
|
||||
destination.src = dataURL;
|
||||
if (destination == setSymbol) {
|
||||
autocrop(setSymbol)
|
||||
}
|
||||
}
|
||||
reader.readAsDataURL(input.files[0]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user