Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 1bce0ae

Browse files
committed
Remove jquery from typeahead
1 parent 9bad192 commit 1bce0ae

5 files changed

Lines changed: 3 additions & 5 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docbase",
3-
"version": "0.2.66",
3+
"version": "0.2.67",
44
"homepage": "https://github.com/appbaseio/Docbase",
55
"authors": [
66
"Henrique Sa <[email protected]>",

dist/js/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,6 @@
13671367

13681368
var jquery_js = new Loader();
13691369
jquery_js.require([
1370-
"https://code.jquery.com/jquery-2.2.4.min.js",
13711370
"https://twitter.github.io/typeahead.js/releases/latest/typeahead.bundle.js"
13721371
],
13731372
function() {

dist/js/main.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/main.unique.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/searchAppbase.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@
146146

147147
var jquery_js = new Loader();
148148
jquery_js.require([
149-
"https://code.jquery.com/jquery-2.2.4.min.js",
150149
"https://twitter.github.io/typeahead.js/releases/latest/typeahead.bundle.js"
151150
],
152151
function() {

0 commit comments

Comments
 (0)