mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
7 lines
192 B
CoffeeScript
7 lines
192 B
CoffeeScript
|
|
fOnLoad = () ->
|
|
document.title = 'Error!'
|
|
$( '#pagetitle' ).text 'Error processing your request!'
|
|
$( '#pagetitle' ).attr 'class', 'error'
|
|
|
|
window.addEventListener 'load', fOnLoad, true
|