User:JacobsDevelop/common.js: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
const elem = document.getElementById('testelem');
mw.loader.load( '/wiki/User:JacobsDevelop/common.css&action=raw&ctype=text/css', 'text/css' );
elem.style.background = 'pink';

Revision as of 10:50, 7 December 2023

mw.loader.load( '/wiki/User:JacobsDevelop/common.css&action=raw&ctype=text/css', 'text/css' );