|
@ -50,7 +50,7 @@ window.onpopstate = e => { |
|
|
dispatch(document.location.search) |
|
|
dispatch(document.location.search) |
|
|
} |
|
|
} |
|
|
const target = document.createElement('div') |
|
|
const target = document.createElement('div') |
|
|
display = new Display('', dispatch, target) |
|
|
|
|
|
|
|
|
display = new Display(dispatch, target) |
|
|
|
|
|
|
|
|
if (document.location.search) dispatch(document.location.search) |
|
|
if (document.location.search) dispatch(document.location.search) |
|
|
else display.renderIntro(intro) |
|
|
else display.renderIntro(intro) |
|
|