We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411907b commit 3de78efCopy full SHA for 3de78ef
assets/js/application.js
@@ -227,10 +227,8 @@ excluded_in_search: true
227
return fetch("{{ site.baseurl }}/search/search_index.json", {
228
credentials: "same-origin"
229
}).then(function(e) {
230
- console.log(e);
231
return e.json()
232
233
234
return e.docs.map(function(e) {
235
return e.location = t.url.base + e.location, e
236
})
@@ -2763,9 +2761,6 @@ excluded_in_search: true
2763
2761
r(this, t);
2764
2762
var o = i(this, e.call(this, n)),
2765
a = /^.+github\.com\/([^\/]+)\/?([^\/]+)?.*$/.exec(o.base_);
2766
- console.log("GitHub regexp is");
2767
- console.log(a);
2768
- console.log(a.length);
2769
if (a && 3 === a.length) {
2770
var s = a[1],
2771
c = a[2];
0 commit comments