Wikipedia:Igloo/gloo.js: Difference between revisions
Content deleted Content added
update github branch, whitespace tweaks, per protected edit request |
bug fix and add source tags per protected edit request |
||
Line 1:
//<source lang="javascript">
/* ======================================================== *\
** igloo frontend manager - main
Line 25 ⟶ 26:
\* ======================================================== */
var iglooBranch = window.iglooBranch || 'master';
function iglooImport( page, remote ) {
Line 49 ⟶ 50:
iglooImport ('https://raw.github.com/Kangaroopower/Igloo/'+iglooBranch+'/src/glooInterfaceHook.js', true);
//</source>
|