From aca8f0acd78108dcf615b0e93d34dea089b26efc Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 2 Mar 2015 15:05:28 +0200 Subject: textanalyser: switch to div, update to create blue and red spans (Fixes #118 almost entirely) Missing: - no placeholder text now (since div doesn't support it). Will need to implement it myself, there are plenty of examples And code wise: - need to split out a component graph_input.js which will hide the underlying implementation. --- res/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/templates/index.html b/res/templates/index.html index 70022b3f..ac9258d8 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -72,7 +72,7 @@ var rz_config = { // set as a global variable
- +
-- cgit v1.3.1