mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
13 lines
304 B
JavaScript
13 lines
304 B
JavaScript
// Generated by CoffeeScript 1.6.3
|
|
(function() {
|
|
var fOnLoad;
|
|
|
|
fOnLoad = function() {
|
|
document.title = 'Error!';
|
|
$('#pagetitle').text('Error processing your request!');
|
|
return $('#pagetitle').attr('class', 'error');
|
|
};
|
|
|
|
window.addEventListener('load', fOnLoad, true);
|
|
|
|
}).call(this);
|