User:Pee/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:
alert("test");
$( function () {
    console.log("test");
});

Revision as of 14:35, 25 May 2025

$( function () {
    console.log("test");
});