From b06f970b530c2a2248c0a78ec2ef051f88d6c7f0 Mon Sep 17 00:00:00 2001 From: Alex Pankratov Date: Wed, 31 Mar 2021 12:35:41 +0200 Subject: [PATCH] + first revision of Storage --- nullboard.html | 327 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 320 insertions(+), 7 deletions(-) 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(); + +