MediaWiki:Gadget-refToolbarBase.js: Difference between revisions
Content deleted Content added
trying a fix for https://phabricator.wikimedia.org/T109781 |
fix for issue reported on talk page |
||
(2 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;
}
Line 218 ⟶ 217:
main.append(extras);
return main
}
}
|