diff --git a/static/koboldai.css b/static/koboldai.css index 94efb352..230f1cbf 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -3680,4 +3680,7 @@ select { text-decoration: underline dotted; } +.dirty { + text-decoration: underline dotted red; +} diff --git a/static/koboldai.js b/static/koboldai.js index 1b95c02a..83880952 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -44,7 +44,6 @@ initalizeTooltips(); //setup an observer on the game text var chunk_delete_observer = new MutationObserver(function (records) {gametextwatcher(records)}); -chunk_delete_observer.observe(document.getElementById('Selected Text'), { subtree: true, childList: true, characterData: true }); var vars_sync_time = {}; var presets = {}; diff --git a/templates/index_new.html b/templates/index_new.html index 2b8bb59b..173e228d 100644 --- a/templates/index_new.html +++ b/templates/index_new.html @@ -27,7 +27,7 @@ -
+ false