merge more into core, use gem availability to autoload
This commit is contained in:
parent
27a9fa98f7
commit
9ebddeed1d
476 changed files with 81 additions and 141 deletions
|
@ -0,0 +1,8 @@
|
|||
function foo() {
|
||||
var img = document.createElement('img');
|
||||
img.src = '/images/100px.jpg';
|
||||
var body = document.getElementsByTagName('body')[0];
|
||||
body.insertBefore(img, body.firstChild);
|
||||
}
|
||||
|
||||
window.onload = foo;
|
Loading…
Add table
Add a link
Reference in a new issue