scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 26  →  ?path2? @ 27
/quickload/text.html
@@ -74,8 +74,7 @@
}).on("tbwchange", () => {
$.post("store-text.php",
{
name: "Donald Duck",
city: "Duckburg"
text: $('#trumbowyg').trumbowyg('html')
},
function(data, status){
alert("Data: " + data + "\nStatus: " + status);