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