From 3c244ff27f015df6cfa918c9ba3e192f4d5b62ff Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 4 Apr 2013 14:04:31 +0000 Subject: minibar/syntax editor integration improvements Work in progress on preserving the start category and selected target languages when switching between the minibar and the syntax editor. --- src/www/minibar/minibar_input.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/www/minibar/minibar_input.js') diff --git a/src/www/minibar/minibar_input.js b/src/www/minibar/minibar_input.js index be58530e7..5cc7c140e 100644 --- a/src/www/minibar/minibar_input.js +++ b/src/www/minibar/minibar_input.js @@ -90,7 +90,6 @@ Input.prototype.change_language=function () { } Input.prototype.set_input_for=function(grammar_url,initial) { - var t=this var local=mi_local(grammar_url) local.put("from",initial.from) local.put("current",{from:initial.from,input:initial.input}) -- cgit v1.2.3