Difference between revisions of "User:Kevinly/common.js"

From Course Wiki
Jump to: navigation, search
(Created page with "importScript('User:Kevinly/hello-world.js');")
 
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
 
importScript('User:Kevinly/hello-world.js');
 
importScript('User:Kevinly/hello-world.js');
 +
 +
$(document).ready( function () {
 +
    console.log('hi');
 +
} );

Latest revision as of 22:46, 14 October 2022

importScript('User:Kevinly/hello-world.js');
 
$(document).ready( function () {
    console.log('hi');
} );