From 8f1b72508105dde3564bc589bd8a4980e742eb37 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 21 Aug 2015 22:24:08 -0400 Subject: [PATCH] Add quick todo note. --- tfdclerk.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tfdclerk.js b/tfdclerk.js index 2016d9b..2cc5351 100644 --- a/tfdclerk.js +++ b/tfdclerk.js @@ -110,6 +110,7 @@ TFD.prototype._error = function(msg, extra) { text: extra, style: "font-family: monospace;" })); + // TODO: more - advise refreshing, reporting persistent errors elem.insertAfter(this.box.find("h5")); this.box.find(".tfdclerk-submit").prop("disabled", true); };