Update the javascript based count when the page loads

This commit is contained in:
james 2011-03-07 17:48:06 +00:00
parent e47f65729d
commit ef327f008b

View File

@ -118,6 +118,11 @@ function countwords()
wordcountobj.innerHTML=wordcount; wordcountobj.innerHTML=wordcount;
} }
$(document).ready(function() {
countwords();
});
</script> </script>
<? <?