We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2387d05 + a6bb435 commit 1038bdbCopy full SHA for 1038bdb
claims/claim.js
@@ -34,7 +34,7 @@ var Claim = function () {
34
var that = this;
35
36
// Ensure claiming for correct module!
37
- if ($('h3:contains("Module")').text().substr(8) !== config.module) {
+ if ($('h3:contains("Module:")').text().substr(8) !== config.module) {
38
alert('Ensure that the module in config matches that of this page.');
39
// Else you will have invisible claims taking up your time.
40
throw new Error('Incorrect module in config.');
0 commit comments