Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions friends.custom.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/**
* @description This js loads all main steam windows
* [Steam, Settings, Properties, Popups, Dialogs, ...]
* @description This js load in the friends list, chat, and other related areas.
*
* @note only functions if the user has javascript enabled.
*/

function initialize() {
console.log("Hello World from millennium!")
console.log("Hello World from friends list!")
}

initialize()
5 changes: 3 additions & 2 deletions libraryroot.custom.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
/**
* @description This js load in the friends list, chat, and other related areas.
* @description This js loads all main steam windows
* [Steam, Settings, Properties, Popups, Dialogs, ...]
*
* @note only functions if the user has javascript enabled.
*/

function initialize() {
console.log("Hello World from friends list!")
console.log("Hello World from millennium!")
}

initialize()