MediaWiki:CharCount.js: Difference between revisions

Forgot the identifier
m (poxy } in wrong place)
(Forgot the identifier)
 
Line 1: Line 1:
$( function ()  {
$( function ()  {
var myPlace = document.getElementById('CharCount');
function getID(id) {
function getID(id) {
return document.getElementById(id);
return document.getElementById(id);