Skip to content

Commit

Permalink
Added CodeMirror suport files for simple dialogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoka committed Mar 28, 2012
1 parent 8248404 commit db35295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/public/ringmon/monview.html
Expand Up @@ -6,7 +6,9 @@

<script src="/ringmon/vendor/codemirror.js"></script>
<script src="/ringmon/vendor/clojure.js"></script>
<script src="/ringmon/vendor/dialog.js"></script>
<link rel="stylesheet" href="/ringmon/css/codemirror.css">
<link rel="stylesheet" href="/ringmon/css/dialog.css">
<style>
.CodeMirror { border: 1px solid black; background:#fff;}
body {
Expand Down

0 comments on commit db35295

Please sign in to comment.