Skip to content
Snippets Groups Projects
Commit af971c6e authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Logging

parent 6e0b5c8f
Branches
No related tags found
No related merge requests found
// ==UserScript==
// @name Bromcom VLE Tools
// @namespace http://radialbog9.uk/
// @version 2024-04-23_02
// @version 2024-04-23_03
// @description Bromcom VLE dashboard widget
// @author Radialbog9
// @match https://vle.bromcomcloud.com/*
......@@ -37,6 +37,7 @@
// Behaviour page script modifications
if (window.location.href.endsWith("/Behaviour")) {
console.log("[RB9] Override function handlers");
// copied from https://vle.bromcomcloud.com/lib/pages/js/behaviour.js
var toCamelCase = (str) => {
return str.replace(/(?:^\w|[A-Z]|\b\w)/g, function (word, index) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment