summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorHardik Ghaghada2015-01-12 11:00:31 +0530
committerHardik Ghaghada2015-01-12 11:00:31 +0530
commit8a2b8f13b49519124d9b28dddbacb87f158cdc2c (patch)
treebb5e144c50d8a0104197fe93a2e0231f5de9ef95 /tbc
parentf9271d766aa6ab9229fc82ce7df52157aaa58334 (diff)
parentf30592d8e81b3c1831cda87bcb1727ce36018e00 (diff)
downloadPython-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.html1
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>