MediaWiki:Gadget-refToolbarBase.js: Difference between revisions
Content deleted Content added
m format |
fix for issue reported on talk page |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 148:
}
}
if (needsetup || $.isEmptyObject(this.incrementables)) {
for(i=0; i<autofills.length; i++) {
$( document ).on( 'click', autofills[i], CiteTB.initAutofill );
Line 159:
// gives a little bit of HTML so the open form can be identified
this.getInitial = function() {
var hidden =
return hidden;
}
|