We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150daaa commit 15f31d1Copy full SHA for 15f31d1
_layouts/default-layout.html
@@ -90,7 +90,7 @@
90
</script>
91
92
<script type="text/javascript">
93
-
+ $(".docsLatestVersion").text(" (" + versionNoteLatestVersion + ")")
94
$('#txtSearch').keydown(function(e) {
95
if (e.keyCode == 13) {
96
window.location.href = '/web-twain/docs/search.html?q=' + $('#txtSearch').val()
0 commit comments