Skip to content
Snippets Groups Projects
Commit 5524eb29 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Move testMigration script

parent 01f7e813
No related branches found
No related tags found
No related merge requests found
/*
To run, copy-paste the below line into your browser's console:
jQuery('head').append('<script defer="defer" src="//ebiwd.github.io/EBI-Framework/js/testMigration.js"></script>\n');
jQuery('head').append('<script defer="defer" src="//ebiwd.github.io/EBI-Framework/sample-site/migrations/testMigration.js"></script>\n');
If your page does not have jQuery, you can load with four lines of vaniala JS:
var fileref=document.createElement('script')
fileref.setAttribute("type","text/javascript")
fileref.setAttribute("src", "//ebiwd.github.io/EBI-Framework/js/testMigration.js")
fileref.setAttribute("src", "//ebiwd.github.io/EBI-Framework/sample-site/migrations/testMigration.js")
document.getElementsByTagName("head")[0].appendChild(fileref)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment