archon-electron/assets/coffee/archon.coffee
Gregory Ballantine 8cee8575e1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added a helper function to load another page
2022-05-23 17:54:47 -04:00

3 lines
70 B
CoffeeScript

@loadPage = (pagePath) ->
window.location.href = pagePath + '.html'