Skip to content

Commit 8685b9e

Browse files
author
Fabian Morón Zirfas
committed
feat(gallery Computed Curation):
Add the Computed Curation
1 parent 99373e4 commit 8685b9e

19 files changed

+84
-5
lines changed

_source/assets/js/main.bundle.js.map

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

_source/assets/js/reference.bundle.js.map

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

_source/assets/js/src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ document.addEventListener('DOMContentLoaded',() =>{
1313
});
1414

1515

16+
1617
window.onblur = function() {
1718
p5sketch.noLoop();
1819
};

_source/assets/js/src/reference.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ document.addEventListener('DOMContentLoaded', function() {
3232
const searchresults = document.querySelector('#flex-search-results');
3333
const params = new URLSearchParams(window.location.search);
3434

35+
3536
(async function() {
3637
const search = txt => {
3738
const results = idx.search(txt);
164 KB
Loading
411 KB
Loading
446 KB
Loading
199 KB
Loading
241 KB
Loading
191 KB
Loading

0 commit comments

Comments
 (0)