6 lines
284 B
JavaScript
6 lines
284 B
JavaScript
// WBS 25.13 Pat Gale
|
|
// this merely calls the initContextMenu() function, safe in the knowledge that the
|
|
// rest of the page (or more correctly the DOM for the page) has fully loaded
|
|
// this certainty comes from including this file using the script "defer" option
|
|
initContextMenu();
|