diff options
author | Hardik Ghaghada | 2015-01-12 11:00:31 +0530 |
---|---|---|
committer | Hardik Ghaghada | 2015-01-12 11:00:31 +0530 |
commit | 8a2b8f13b49519124d9b28dddbacb87f158cdc2c (patch) | |
tree | bb5e144c50d8a0104197fe93a2e0231f5de9ef95 /tbc | |
parent | f9271d766aa6ab9229fc82ce7df52157aaa58334 (diff) | |
parent | f30592d8e81b3c1831cda87bcb1727ce36018e00 (diff) | |
download | Python-TBC-Interface-8a2b8f13b49519124d9b28dddbacb87f158cdc2c.tar.gz Python-TBC-Interface-8a2b8f13b49519124d9b28dddbacb87f158cdc2c.tar.bz2 Python-TBC-Interface-8a2b8f13b49519124d9b28dddbacb87f158cdc2c.zip |
Merge pull request #10 from ankitjavalkar/minorfix-js
Remove alert message from aicte-book template
Diffstat (limited to 'tbc')
-rw-r--r-- | tbc/templates/tbc/aicte-books.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tbc/templates/tbc/aicte-books.html b/tbc/templates/tbc/aicte-books.html index 5ed4021..a15d686 100644 --- a/tbc/templates/tbc/aicte-books.html +++ b/tbc/templates/tbc/aicte-books.html @@ -5,7 +5,6 @@ <script type="text/javascript"> function submitCategory() { - alert("hello"); document.forms.aictebooks.submit(); } </script> |