mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 11:04:02 +03:00
Added a missing semicolon
This commit is contained in:
parent
e6c7468055
commit
f5aa163aac
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user