mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-18 04:20:53 +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');
|
$('pre code').parent().addClass('prettyprint well');
|
||||||
|
|
||||||
$(document).on("submit", "#mkdocs_search_modal form", function (e) {
|
$(document).on("submit", "#mkdocs_search_modal form", function (e) {
|
||||||
$("#mkdocs-search-results").html("Searching...")
|
$("#mkdocs-search-results").html("Searching...");
|
||||||
initialise_search();
|
initialise_search();
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user