Skip to content

Commit

Permalink
generate output
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitskvmdam committed Jun 14, 2022
1 parent b29656a commit 71c14a3
Show file tree
Hide file tree
Showing 26 changed files with 43 additions and 41 deletions.
2 changes: 1 addition & 1 deletion output/v4/Alive.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Alive.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/Apple.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Apple.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Database.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/Energy.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Energy.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/Environment.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Environment.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/HideConstructor.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Statement.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/StatementIterator.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/Test.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/Tree.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Tree.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/api.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/global.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/module-SqlJs.html

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions output/v4/scripts/search.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/* global document */

var searchData;
var searchId = 'f73c3473-f750-4298-bb07-3837be4f2c2bff66efc0-857b-4d13-930d-9e8db5ae4338';
var searchHash = '#' + searchId;

function hideSearch() {
var container = document.querySelector('#search-container');

// eslint-disable-next-line no-undef
if (window.location.hash === '#search') {
if (window.location.hash === searchHash ) {
// eslint-disable-next-line no-undef
history.go(-1);
}
Expand Down Expand Up @@ -35,9 +37,9 @@ function showSearch() {
window.onhashchange = hideSearch;

// eslint-disable-next-line no-undef
if (window.location.hash !== '#search') {
if (window.location.hash !== searchHash) {
// eslint-disable-next-line no-undef
history.pushState(null, null, '#search');
history.pushState(null, null, searchHash);
}

if (container) {
Expand Down Expand Up @@ -238,7 +240,7 @@ window.addEventListener('DOMContentLoaded', onDomContentLoaded);
// eslint-disable-next-line no-undef
window.addEventListener('hashchange', function() {
// eslint-disable-next-line no-undef
if (window.location.hash === '#search') {
if (window.location.hash === searchHash) {
showSearch();
}
});
4 changes: 2 additions & 2 deletions output/v4/scripts/search.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 71c14a3

Please sign in to comment.