forked from science-ation/science-ation
Update the javascript based count when the page loads
This commit is contained in:
parent
e47f65729d
commit
ef327f008b
@ -118,6 +118,11 @@ function countwords()
|
||||
|
||||
wordcountobj.innerHTML=wordcount;
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
countwords();
|
||||
});
|
||||
|
||||
</script>
|
||||
<?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user