summaryrefslogtreecommitdiff
path: root/static/website/templates/header.html
diff options
context:
space:
mode:
authorPrashant S2018-08-23 17:03:41 +0530
committerGitHub2018-08-23 17:03:41 +0530
commitb0b42e5553658fbd3aee833b555435a4401d208c (patch)
treee9fd275a3fd808f9c25a1f343210c6e997e22a38 /static/website/templates/header.html
parente5eeecc7abdce65aa81d6b68ba4304068ee1a5ca (diff)
parent756d9e437cc0e573558046d7ad2b1e629487865d (diff)
downloadSciPy2018-b0b42e5553658fbd3aee833b555435a4401d208c.tar.gz
SciPy2018-b0b42e5553658fbd3aee833b555435a4401d208c.tar.bz2
SciPy2018-b0b42e5553658fbd3aee833b555435a4401d208c.zip
Merge pull request #8 from prashantsinalkar/development
added new views
Diffstat (limited to 'static/website/templates/header.html')
-rw-r--r--static/website/templates/header.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/website/templates/header.html b/static/website/templates/header.html
index fe1ffb4..a6b3c50 100644
--- a/static/website/templates/header.html
+++ b/static/website/templates/header.html
@@ -33,6 +33,12 @@ jQuery(document).ready(function($){
});
</script>
+ <script>
+ function countChar(val) {
+ var len = val.value.length;
+ var count = $('#charNum').text(0 + len);
+ };
+ </script>
</head>
{% endblock %}