scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 50  →  ?path2? @ 51
/text.html
@@ -160,7 +160,8 @@
$.post('text.php', {
data: $('#trumbowyg').trumbowyg('html'),
fingerprint: result,
action: 'SAVE'
action: 'SAVE',
timeout: 0
}).done((data) => {
$('#trumbowyg').trumbowyg('enable');
}).fail(() => {