forked from GitHub/gf-core
Wide Coverage Demo Web App: bug fix: swapping source and target works again
This commit is contained in:
@@ -273,7 +273,7 @@ wc.colors=function() {
|
||||
|
||||
wc.swap=function() {
|
||||
var f=wc.f
|
||||
function txt(r) { return r.t.text }
|
||||
function txt(so) { return so.text }
|
||||
f.input.value=wc.os.map(txt).join("").trimRight()
|
||||
var from=f.from.value
|
||||
f.from.value=f.to.value
|
||||
|
||||
Reference in New Issue
Block a user