Skip to content

Commit f96f682

Browse files
committed
- random commit as github pages has problems deploying and this is supposed to help
1 parent b02ec6e commit f96f682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

timeline.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ function rewriteAssetUrls(html, hash, currentPath) {
314314
function timeTravel(hash, path = 'index.html') {
315315
if (hash === currentHash && path === 'index.html') return;
316316
showLoading();
317+
317318
const githubUrl = `https://raw.githubusercontent.com/TobiasMue91/tobiasmue91.github.io/${hash}/${path}`;
318319
fetch(githubUrl).then(response => {
319320
if (!response.ok) {

0 commit comments

Comments
 (0)