Skip to content

Commit

Permalink
The tyrrany of GitHub's language detection will not stand.
Browse files Browse the repository at this point in the history
  • Loading branch information
devn committed May 30, 2012
1 parent 24aa404 commit 8d15608
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/walton/views/common.clj
Expand Up @@ -10,12 +10,12 @@
(include-css "/css/global.css")
(include-css "/css/shCoreDefault.css")
(include-css "/css/shClojureExtra.css")
(include-js "/js/shCore.js")
(include-js "/js/shBrushClojure.js")
(include-js "/js/vendor/shCore.js")
(include-js "/js/vendor/shBrushClojure.js")
[:script {:type "text/javascript"} "SyntaxHighlighter.defaults['gutter'] = false;"]
[:script {:type "text/javascript"} "SyntaxHighlighter.defaults['collapse'] = false;"]
[:script {:type "text/javascript"} "SyntaxHighlighter.defaults['toolbar'] = false;"]
[:script {:type "text/javascript"} "SyntaxHighlighter.all();"]]
[:body
[:div#wrapper
content]]))
content]]))

0 comments on commit 8d15608

Please sign in to comment.