MediaWiki:DRN-wizard.js: Difference between revisions
Content deleted Content added
-Mediation, process is no longer around, also clean up links |
Enterprisey (talk | contribs) properly initialize char limit text label |
||
Line 75:
$( '#drwContent1' ).append( desc );
$( '#drwContent1' ).append( $( '<p id="taCount">' + this.dispute_description.length + ' / 2000</p>' ) );
};
Line 123:
$( '#drwContent1' ).append( desc );
$( '#drwContent1' ).append( $( '<p id="pcCount">' + this.previous_forums.length + ' / 500</p>' ) );
};
Line 148:
$( '#drwContent1' ).append( desc );
$( '#drwContent1' ).append( $( '<p id="ocCount">' + this.desired_outcome.length + ' / 500</p>' ) );
};
|