summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorankitjavalkar2015-01-07 16:38:54 +0530
committerankitjavalkar2015-01-07 17:06:07 +0530
commitf30592d8e81b3c1831cda87bcb1727ce36018e00 (patch)
treebb5e144c50d8a0104197fe93a2e0231f5de9ef95 /tbc
parentf9271d766aa6ab9229fc82ce7df52157aaa58334 (diff)
downloadPython-TBC-Interface-f30592d8e81b3c1831cda87bcb1727ce36018e00.tar.gz
Python-TBC-Interface-f30592d8e81b3c1831cda87bcb1727ce36018e00.tar.bz2
Python-TBC-Interface-f30592d8e81b3c1831cda87bcb1727ce36018e00.zip
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>