scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 27  →  ?path2? @ 28
/quickload/text.html
@@ -74,10 +74,11 @@
}).on("tbwchange", () => {
$.post("store-text.php",
{
text: $('#trumbowyg').trumbowyg('html')
text: $('#trumbowyg').trumbowyg('html'),
action: 'save'
},
function(data, status){
alert("Data: " + data + "\nStatus: " + status);
//alert("Data: " + data + "\nStatus: " + status);
});
});
});