diff options
author | prathamesh | 2014-06-05 18:11:27 +0530 |
---|---|---|
committer | prathamesh | 2014-06-05 18:11:27 +0530 |
commit | 1fbe87bde5e27afb77728f6b195e6c1d57204fa3 (patch) | |
tree | feceb94bf129863cfb47654ed1bd30f8d17bf340 | |
parent | b2a95b4f99debc4d165bb0122b03b8e67f26b669 (diff) | |
download | online_test-1fbe87bde5e27afb77728f6b195e6c1d57204fa3.tar.gz online_test-1fbe87bde5e27afb77728f6b195e6c1d57204fa3.tar.bz2 online_test-1fbe87bde5e27afb77728f6b195e6c1d57204fa3.zip |
Blank lines removed.
-rw-r--r-- | testapp/static/exam/js/question.js | 2 |
1 files changed, 0 insertions, 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 + '<br>'; @@ -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 + '<br>'; |