Commit f5aa163a by Dougal Matthews

Added a missing semicolon

parent e6c74680
......@@ -27,7 +27,7 @@ $(function() {
$('pre code').parent().addClass('prettyprint well');
$(document).on("submit", "#mkdocs_search_modal form", function (e) {
$("#mkdocs-search-results").html("Searching...")
$("#mkdocs-search-results").html("Searching...");
initialise_search();
return false;
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment