Content deleted Content added
No edit summary |
Fixup KeymanWeb script reference so it works. |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1:
importStylesheetURI( 'http://en.wikipedia.org/w/index.php?title=User:Keymanweb/keymanweb.css&action=raw&ctype=text/css' );
var script = document.createElement( 'script' );
▲addOnloadHook( function() {
document.getElementsByTagName('head')[0].appendChild(script);
addOnloadHook( function() {
document.getElementById('bodyContent').innerHTML = "<div id='KeymanWebControl'></div>" +
} );
▲ document.getElementById('bodyContent').innerHTML = "<div id='KeymanWebControl'></div>" +
}
|