From a94d5c90a2ad2d304219242b2992bd48f765cfd7 Mon Sep 17 00:00:00 2001 From: Van Date: Fri, 12 Sep 2014 18:03:42 +0800 Subject: [PATCH] go home --- static/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/editor.js b/static/js/editor.js index fffccf7..c1fb342 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -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