We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c3fbb commit 4c7a30aCopy full SHA for 4c7a30a
1 file changed
site/main.js
@@ -34,7 +34,6 @@
34
nanoajax.ajax('./' + this.version + '/reference.json', function (code, content) {
35
var reference = JSON.parse(content);
36
nanoajax.ajax('./' + version + '/datasources.json', function (code, content) {
37
- console.log(code);
38
if (code == 404) {
39
self.build(reference);
40
}
@@ -141,7 +140,6 @@
141
140
coll[i].addEventListener('click', function() {
142
this.classList.toggle('active');
143
var content = this.nextElementSibling;
144
- console.log(content);
145
if (content.style.display === 'block') {
146
content.style.display = 'none';
147
} else {
0 commit comments