Skip to content

Commit 7ff3aed

Browse files
committed
Added a missing semicolon
1 parent e7d3d48 commit 7ff3aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_theme/js/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $(function() {
2727
$('pre code').parent().addClass('prettyprint well');
2828

2929
$(document).on("submit", "#mkdocs_search_modal form", function (e) {
30-
$("#mkdocs-search-results").html("Searching...")
30+
$("#mkdocs-search-results").html("Searching...");
3131
initialise_search();
3232
return false;
3333
});

0 commit comments

Comments
 (0)