From 1fbe87bde5e27afb77728f6b195e6c1d57204fa3 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 5 Jun 2014 18:11:27 +0530 Subject: Blank lines removed. --- testapp/static/exam/js/question.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/testapp/static/exam/js/question.js b/testapp/static/exam/js/question.js index 2bf6f60..75baf76 100644 --- a/testapp/static/exam/js/question.js +++ b/testapp/static/exam/js/question.js @@ -120,7 +120,6 @@ function addLineNumbers(id) el.className='AnswerWithLines'; el.id='AnswerWithLines'; el.style.height = (ta.scrollHeight) + 'px'; - for(var no=split_content.length+1;no<1000;no++) { if(string.length>0)string = string + '
'; @@ -132,7 +131,6 @@ function addLineNumbers(id) el.className='SnippetWithLines'; el.id='SnippetWithLines'; el.style.height = (ta.scrollHeight) + 'px'; - for(var no=1;no<=split_content.length;no++) { if(string.length>0)string = string + '
'; -- cgit