diff --git a/nullboard.html b/nullboard.html
index 5dd4ad6..f062cfe 100644
--- a/nullboard.html
+++ b/nullboard.html
@@ -1235,10 +1235,10 @@
var cb2;
alert("Error occurred: " + e.error.message);
return false;
- })
+ });
/*
- *
+ * data
*/
function Note(text)
{
@@ -1284,12 +1284,11 @@
return $('tt .encoder').text(raw).html();
}
- function htmlDecode(enc)
- {
- return $('tt .encoder').html(enc).text();
- }
+// function htmlDecode(enc)
+// {
+// return $('tt .encoder').html(enc).text();
+// }
- //
function setText($note, text)
{
$note.attr('_text', text);
@@ -2866,6 +2865,320 @@
setupListScrolling();
+
+