From 7038f178112cbbecb7e65234aa288d5b985d2fbf Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Fri, 6 Jan 2017 21:10:50 +0100 Subject: [PATCH] upgrade to CodeMirror 5.22.0 with more themes --- index.html | 117 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 77 insertions(+), 40 deletions(-) diff --git a/index.html b/index.html index 9edcd57..76459ec 100755 --- a/index.html +++ b/index.html @@ -31,43 +31,62 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -224,15 +243,27 @@

@@ -434,13 +471,13 @@ function updateGutters(cm) { }); $("#next").click(function() { - $("#select-font :selected").next().prop("selected", true); - selectFont(); + $("#select-font :selected").next().prop("selected", true); + selectFont(); }); $("#previous").click(function() { - $("#select-font :selected").prev().prop("selected", true); - selectFont(); + $("#select-font :selected").prev().prop("selected", true); + selectFont(); }); $("#theme-next").click(function() {