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

Grammar change and version bump

parent e2ac37b8
Branches
No related tags found
No related merge requests found
// ==UserScript==
// @name Bromcom VLE Tools
// @namespace http://radialbog9.uk/
// @version 2024-04-23_03
// @version 2024-04-30
// @description Bromcom VLE dashboard widget
// @author Radialbog9
// @match https://vle.bromcomcloud.com/*
......@@ -122,7 +122,7 @@
}).replace(/\s+/g, '');
}
// copied from https://vle.bromcomcloud.com/lib/pages/js/behaviour.js
// modified from https://vle.bromcomcloud.com/lib/pages/js/behaviour.js
var loadBehaviourTable2 = () => {
$(".wait").show();
$.ajax({
......@@ -134,6 +134,7 @@
cache: false,
success: function (data) {
console.log(data);
$(".wait").hide();
var headerContentArr = [].concat(data.behaviourStudentEventHeader);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment