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