From 1dd9573cfaa0587cd3217495847a0b456ceb6223 Mon Sep 17 00:00:00 2001 From: Hardik Ghaghada Date: Fri, 26 Apr 2013 15:34:23 +0530 Subject: Dumped all JS in question.js file --- testapp/templates/exam/question.html | 157 +---------------------------------- 1 file changed, 4 insertions(+), 153 deletions(-) (limited to 'testapp/templates') diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html index aaf7270..c74564c 100644 --- a/testapp/templates/exam/question.html +++ b/testapp/templates/exam/question.html @@ -10,162 +10,12 @@ {% endblock %} {% block script %} - - - - - - + {% endblock script %} -{% block onload %} onload="update_time()" {% endblock onload %} + +{% block onload %} onload="update_time()" {% endblock %} {% block pagetitle %} @@ -178,6 +28,7 @@ function catchTab(item,e){ {% endblock %} {% block content %} +
-- cgit