mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
translator: remove debug code
This commit is contained in:
@@ -627,7 +627,7 @@ Translator.prototype.import_globalsight=function(el) {
|
|||||||
t.filebox.appendChild(wrap("h2",text("Import")))
|
t.filebox.appendChild(wrap("h2",text("Import")))
|
||||||
function restore() { t.hide_filebox() }
|
function restore() { t.hide_filebox() }
|
||||||
var cancel_button=button("Cancel",restore)
|
var cancel_button=button("Cancel",restore)
|
||||||
if(false && supports_local_files()) {
|
if(supports_local_files()) {
|
||||||
// Allow import from local files, if the browers supports it.
|
// Allow import from local files, if the browers supports it.
|
||||||
var files=node("input",{name:"files","type":"file"})
|
var files=node("input",{name:"files","type":"file"})
|
||||||
var inp=wrap("p",wrap("label",[text("Choose a file: "),files]))
|
var inp=wrap("p",wrap("label",[text("Choose a file: "),files]))
|
||||||
|
|||||||
Reference in New Issue
Block a user