Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphite committed Sep 21, 2017
1 parent ec81fb1 commit 338d940
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootcamp/static/js/bootcamp.markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $(function () {
}
$(_textarea).selection("replace", {text: selection_list_result});
break;
};
}

});

Expand Down
5 changes: 3 additions & 2 deletions bootcamp/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% load staticfiles i18n %}<!DOCTYPE html>
{% load staticfiles i18n %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -64,7 +65,7 @@
$(function() {
$("#auto-search").autocomplete({
source: "{% url 'autocomplete' %}",
minLength: 2,
minLength: 2
});
});
</script>
Expand Down

0 comments on commit 338d940

Please sign in to comment.