From a3e022a0d71cdb9bf62d0835241489e9c540b64f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 5 Mar 2016 16:23:38 +0000 Subject: [PATCH] Remove editor state tracking Now that there is only one editor, and it doesn't get automatically recycled as before, the state tracking is unnecessary. --- src/gui/html/elements/loot-plugin-item.html | 39 +------------ src/gui/html/index.html | 1 - src/gui/html/js/l10n.js | 1 - src/gui/html/js/plugin.js | 19 ------- src/tests/gui/html/js/test_plugin.js | 62 --------------------- 5 files changed, 2 insertions(+), 120 deletions(-) diff --git a/src/gui/html/elements/loot-plugin-item.html b/src/gui/html/elements/loot-plugin-item.html index 9fef4523..53fe141f 100644 --- a/src/gui/html/elements/loot-plugin-item.html +++ b/src/gui/html/elements/loot-plugin-item.html @@ -12,28 +12,9 @@