scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 44  →  ?path2? @ 49
/text.html
@@ -157,7 +157,7 @@
disabled: true
}).on('tbwchange', () => {
$('#editor').trumbowyg('disable');
$.post('share-text.php', {
$.post('text.php', {
data: $('#trumbowyg').trumbowyg('html'),
fingerprint: result,
action: 'SAVE'
@@ -169,7 +169,7 @@
});
// Retrieve the contents of the shared file.
$.post('share-text.php',
$.post('text.php',
{
timestamp: window.performance.now(),
fingerprint: result,
@@ -197,7 +197,7 @@
);
$.ajax({
url: 'upload-files.php',
url: 'file.php',
type: 'POST',
data: formData,
// cache: false // FF
@@ -220,7 +220,7 @@
result = nick;
// Retrieve the contents of the shared file.
$.post('share-text.php',
$.post('text.php',
{
timestamp: window.performance.now(),
fingerprint: nick,
@@ -253,7 +253,7 @@
result = nick;
// Retrieve the contents of the shared file.
$.post('share-text.php',
$.post('text.php',
{
timestamp: window.performance.now(),
fingerprint: nick,
@@ -284,7 +284,7 @@
result = nick;
// Retrieve the contents of the shared file.
$.post('share-text.php',
$.post('text.php',
{
timestamp: window.performance.now(),
fingerprint: nick,
@@ -313,7 +313,7 @@
nick = fingerprint;
// Retrieve the contents of the shared file.
$.post('share-text.php',
$.post('text.php',
{
timestamp: window.performance.now(),
fingerprint: fingerprint,