Jump to content

User:Gibcus/vector-2022.js: Difference between revisions

From BioMicro Center
Gibcus (talk | contribs)
No edit summary
Gibcus (talk | contribs)
Blanked the page
Tags: Blanking Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
( function () {
 
  function loadBMC() {
    $.getScript( '/index.php/User:Gibcus/common.js?action=raw&ctype=text/javascript' );
  }
  if ( window.jQuery ) {
    loadBMC();
  } else {
    window.addEventListener( 'load', loadBMC );
  }
}() );

Latest revision as of 15:50, 12 May 2026