MediaWiki:CharCount.js: Difference between revisions
Richardpruen (talk | contribs) Test |
Richardpruen (talk | contribs) Remove stray space |
||
| Line 1: | Line 1: | ||
$(function () { | $(function () { | ||
var myPlace = document.getElementById('CharCount'); | var myPlace = document.getElementById('CharCount'); | ||
myPlace.innerHTML = | myPlace.innerHTML = | ||
$(function addNumericOptions(id, min, max, defIndex) { | $(function addNumericOptions(id, min, max, defIndex) { | ||
var s = getID(id); | var s = getID(id); | ||