Skip to content

Commit 57dab62

Browse files
bug fix
1 parent 4244030 commit 57dab62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/default-layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@
180180
return (arr = document.cookie.match(reg)) ? unescape(arr[2]) : null;
181181
}
182182

183-
$("#docsLatestVersionLink").on("click", function(e) {
183+
$(document).on("click", "#docsLatestVersionLink", function(e) {
184184
$(".fullVersionInfo .latestVer").click();
185185
e.stopPropagation();
186-
})
186+
});
187187

188188
$('#txtSearch').keydown(function(e) {
189189
if (e.keyCode == 13) {
@@ -245,4 +245,4 @@
245245
<!-- End Google Tag Manager -->
246246
</body>
247247

248-
</html>
248+
</html>

0 commit comments

Comments
 (0)