Content deleted Content added
Ass Bar |
Wrap in nowiki to remove erroneous template transclusion |
||
(One intermediate revision by one other user not shown) | |||
Line 1:
//<nowiki>
//Code copied from: https://en.wikipedia.org/w/index.php?title=User:Jayprakash12345/common.js&oldid=879437631
// Installation for Assessment Bar India
Line 8 ⟶ 9:
}
var requires = [
'jquery.ui
'jquery.ui
'jquery.ui
'mediawiki.api',
'//en.wikipedia.org/w/index.php?title=User:YuviPanda/js-utils/underscore.js&action=raw&ctype=text/javascript',
Line 137 ⟶ 138:
summary: 'Changed assessment status for ' + projectData.name + ' (via [[User:YuviPanda/AssessmentBar|AssessmentBar]])',
text: text,
token: mw.user.tokens.get('
}, {
ok: function(data) {
Line 280 ⟶ 281:
});
});
//</nowiki>
|