From 77d8758a46ebe9662ba6dc995addbd4a7b6b464b Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 16 May 2016 14:43:51 +0000 Subject: [PATCH] Wide Coverage Translation Demo: a couple of small fixes Add missing initalization after a new application grammar has been selected. Add an "X" close button in the upper left corner of the grammar selection popup. --- src/www/js/wc.js | 3 ++- src/www/wc.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/www/js/wc.js b/src/www/js/wc.js index 2b7f6434d..9479fc802 100644 --- a/src/www/js/wc.js +++ b/src/www/js/wc.js @@ -461,6 +461,7 @@ wc.select_grammars=function() { for(var i=0;i input { float: right; } .node { cursor: pointer; } /*.overlay { background-color: #eed; }*/ @@ -114,7 +115,7 @@ span.inflect { color: blue; }
-Last modified: Mon May 16 16:04:21 CEST 2016 +Last modified: Mon May 16 16:39:48 CEST 2016
About