luk3yx.github.io/js/jsinfo.js
luk3yx ad3e9d29d6 Formatting changes
• Fix headers when the Ubuntu font isn't installed.
 • Replace double quotes with single quotes in Javascript.
2018-12-08 10:51:13 +13:00

10 lines
443 B
JavaScript

// Copyright 2016 by luk3yx.
// All rights reserved.
helpers.onLoad(function() {
document.getElementById('description').innerHTML = 'JavaScript Handler Page.';
document.getElementById('instructions').innerHTML = 'This page processes requests sent to services, and the "Translate", "YouTube Cinema", etc. bookmarklets.<br/\>This page has not been sent any data, so this message was shown instead.';
helpers.hideLoadScreen();
});