User:JacobsDevelop/common.js: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
const elem = document.getElementById('testelem');
mw.loader.load( '/w/index.php?title=User:JacobsDevelop/common.css&action=raw&ctype=text/css', 'text/css' );
elem.style.background = 'pink';

Latest revision as of 10:53, 7 December 2023

mw.loader.load( '/w/index.php?title=User:JacobsDevelop/common.css&action=raw&ctype=text/css', 'text/css' );