Skip to content

Commit 68e9bff

Browse files
committed
Upgrade hogan.js
1 parent 89b9ef2 commit 68e9bff

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

include/footer.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<!-- External and third party libraries. -->
8888
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
8989
<?php
90-
$jsfiles = array("ext/hogan-2.0.0.min.js", "ext/typeahead.min.js", "ext/mousetrap.min.js", "ext/jquery.scrollTo.min.js", "search.js", "common.js");
90+
$jsfiles = array("ext/hogan-3.0.2.min.js", "ext/typeahead.min.js", "ext/mousetrap.min.js", "ext/jquery.scrollTo.min.js", "search.js", "common.js");
9191
foreach ($jsfiles as $filename) {
9292
$path = dirname(__DIR__).'/js/'.$filename;
9393
echo '<script src="/cached.php?t=' . @filemtime($path) . '&amp;f=/js/' . $filename . '"></script>'."\n";

js/ext/hogan-2.0.0.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

js/ext/hogan-3.0.2.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)