Repository: incubator-zeppelin Updated Branches: refs/heads/master 46c0e2412 -> 7c050b5f7
remove ace/theme/github Remove the github theme for editor...fails to load and not using  Author: Victor <[email protected]> Closes #251 from vgmartinez/master and squashes the following commits: 394ae68 [Victor] Merge branch 'master' of https://github.com/apache/incubator-zeppelin 987744c [Victor] remove ace/theme/github Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/7c050b5f Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/7c050b5f Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/7c050b5f Branch: refs/heads/master Commit: 7c050b5f72dd1eed18c64ebe397da4f0e1205049 Parents: 46c0e24 Author: Victor <[email protected]> Authored: Tue Aug 25 08:19:17 2015 +0200 Committer: Lee moon soo <[email protected]> Committed: Tue Aug 25 20:25:51 2015 -0700 ---------------------------------------------------------------------- zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/7c050b5f/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js b/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js index 3102869..be4578b 100644 --- a/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js +++ b/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js @@ -434,7 +434,6 @@ angular.module('zeppelinWebApp') $scope.editor.setShowFoldWidgets(false); $scope.editor.setHighlightActiveLine(false); $scope.editor.setHighlightGutterLine(false); - $scope.editor.setTheme('ace/theme/github'); $scope.editor.setTheme('ace/theme/chrome'); $scope.editor.focus(); var hight = $scope.editor.getSession().getScreenLength() * $scope.editor.renderer.lineHeight + $scope.editor.renderer.scrollBar.getWidth();
