scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 92  →  ?path2? @ 97
/draw.html
@@ -126,7 +126,8 @@
),
'.png'
);
$.get('session.php').then((token) => {
formData.append('token', token);
$.ajax({
url: 'file.php',
type: 'POST',
@@ -159,6 +160,7 @@
);
});
});
});
// Enable the Clipboard button.
new Clipboard('#copy-url');