bump highlight.js to 10.1.2
This commit is contained in:
parent
cdc56c3c0c
commit
1048548f3e
4 changed files with 46 additions and 4 deletions
|
@ -72,7 +72,7 @@ if(!empty($scripts)){
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans&subset=all" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans&subset=all" rel="stylesheet">
|
||||||
|
|
||||||
<link href="static/styles/lightbox.css" rel="stylesheet" type="text/css" />
|
<link href="static/styles/lightbox.css" rel="stylesheet" type="text/css" />
|
||||||
<?php echo Config::get("highlight") ? '<link href="static/styles/highlight.css" rel="stylesheet" type="text/css" />' : ''; ?>
|
<?php echo Config::get("highlight") ? '<link href="static/styles/highlight-monokai-sublime.css" rel="stylesheet" type="text/css" />' : ''; ?>
|
||||||
|
|
||||||
<?php echo $styles_html; ?>
|
<?php echo $styles_html; ?>
|
||||||
</head>
|
</head>
|
||||||
|
@ -338,7 +338,7 @@ if(!empty($scripts)){
|
||||||
<script src="static/scripts/lightbox.js"></script>
|
<script src="static/scripts/lightbox.js"></script>
|
||||||
<script src="static/scripts/datepick.js?v=<?php echo Config::get("version"); ?>"></script>
|
<script src="static/scripts/datepick.js?v=<?php echo Config::get("version"); ?>"></script>
|
||||||
<script src="static/scripts/autosize.js"></script>
|
<script src="static/scripts/autosize.js"></script>
|
||||||
<?php echo Config::get("highlight") ? '<script src="static/scripts/highlight.js"></script><script>hljs.initHighlightingOnLoad();</script>' : ''; ?>
|
<?php echo Config::get("highlight") ? '<script src="static/scripts/highlight-10.1.2.min.js"></script><script>hljs.initHighlightingOnLoad();</script>' : ''; ?>
|
||||||
<script src="static/scripts/app.js?v=<?php echo Config::get("version"); ?>"></script>
|
<script src="static/scripts/app.js?v=<?php echo Config::get("version"); ?>"></script>
|
||||||
|
|
||||||
<?php echo $scripts_html; ?>
|
<?php echo $scripts_html; ?>
|
||||||
|
|
44
static/scripts/highlight-10.1.2.min.js
vendored
Normal file
44
static/scripts/highlight-10.1.2.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue