diff options
author | Joakim Reinert <mail@jreinert.com> | 2015-04-18 23:55:22 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-05-05 12:21:26 +0200 |
commit | fe68477d8b60bc9303dd2bcd542915ac05e3fac6 (patch) | |
tree | 341ca9d71423c21033cbe5d333603bd3f2e0c3ca /application/views/file/html_header.php | |
parent | 9f1fb6e1c8fbe2c54b5d9a7f0755557acd7ea84a (diff) |
Refactor lexer input setup
Diffstat (limited to 'application/views/file/html_header.php')
-rw-r--r-- | application/views/file/html_header.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php index fdce101a2..520e2482a 100644 --- a/application/views/file/html_header.php +++ b/application/views/file/html_header.php @@ -6,7 +6,9 @@ include(FCPATH."application/views/header.php"); ?> <script type="text/javascript"> /* <![CDATA[ */ - window.lexers = <?php echo json_encode($lexers); ?>; + window.appConfig = { + lexers: <?php echo json_encode($lexers); ?> + } /* ]]> */ </script> |