Skip to content

Commit 15f31d1

Browse files
authored
Update default-layout.html
1 parent 150daaa commit 15f31d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default-layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
</script>
9191

9292
<script type="text/javascript">
93-
93+
$(".docsLatestVersion").text(" (" + versionNoteLatestVersion + ")")
9494
$('#txtSearch').keydown(function(e) {
9595
if (e.keyCode == 13) {
9696
window.location.href = '/web-twain/docs/search.html?q=' + $('#txtSearch').val()

0 commit comments

Comments
 (0)