From 5962faf21c38a6798a5e1354fc5fc8916275b1d7 Mon Sep 17 00:00:00 2001 From: Van Date: Mon, 1 Dec 2014 15:21:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B2=E7=AA=81=E5=95=8A=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E6=94=B9=E5=89=8D=E7=AB=AF=E4=BB=A3=E7=A0=81=E5=85=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/menu.js b/static/js/menu.js index 0eb0ab1..46808aa 100644 --- a/static/js/menu.js +++ b/static/js/menu.js @@ -414,7 +414,7 @@ var menu = { $("#themesLink").attr("href", config.staticServer + '/static/css/themes/' + $theme.val() + '.css'); - editor.setOption("theme", $editorTheme.val()); + wide.curEditor.setOption("theme", $editorTheme.val()); } }); }