scratch

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