go home
This commit is contained in:
parent
a5725f5c71
commit
a94d5c90a2
|
@ -130,7 +130,7 @@ var editors = {
|
|||
var cur = wide.curEditor.getCursor();
|
||||
|
||||
var request = {
|
||||
file: $tabs.children(".current").data("index"),
|
||||
file: $(".edit-header .current").data("index"),
|
||||
code: wide.curEditor.getValue(),
|
||||
cursorLine: cur.line,
|
||||
cursorCh: cur.ch
|
||||
|
|
Loading…
Reference in New Issue