You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varclaimObjectCreateSuccessMessage='Claim object successfully created. Run c.makeAllClaims() to start.';
24
+
vardisclaimerMessage='Disclaimer: By using this script, you agree to take full responsibility and fully liability for the claims you are submitting. This program is released open-sourced under the MIT License at https://github.com/nusmodifications/nus-scripts.';
20
25
21
26
varACTIVITY_DICT={};
22
27
// IMPORTANT: Not all categories may be availale for your module!!
@@ -117,9 +122,10 @@ var Claim = function () {
117
122
});
118
123
119
124
this.ajax_index=0;// index to keep track of the current ajax call
0 commit comments