1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Translated last documentation addition to french

This commit is contained in:
sametmax 2013-04-22 23:15:24 +02:00
parent 09d7bb4f24
commit 18e407b152

View File

@ -458,7 +458,7 @@
image.height = imageHeight;
var ctx = canvas.getContext("2d");
ctx.drawImage(this, 0, 0, imageWidth, imageHeight);
var paste = canvas.toDataURL(current_file.type);
$('#content').val(paste).trigger('change');
$('#content').hide();