diff options
author | adityacp | 2017-01-02 15:29:43 +0530 |
---|---|---|
committer | adityacp | 2017-01-02 15:29:43 +0530 |
commit | e1f467bd5e366ed8b16bd71b66338a7b42fda72a (patch) | |
tree | 3e1465774ceafa4b76af4fce2f36d5d596182e10 /yaksh/static | |
parent | e90b4d07558b757ba14aaa390f22337b6d4f8bf0 (diff) | |
download | online_test-e1f467bd5e366ed8b16bd71b66338a7b42fda72a.tar.gz online_test-e1f467bd5e366ed8b16bd71b66338a7b42fda72a.tar.bz2 online_test-e1f467bd5e366ed8b16bd71b66338a7b42fda72a.zip |
Add minor template change in questions
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/js/add_question.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/yaksh/static/yaksh/js/add_question.js b/yaksh/static/yaksh/js/add_question.js index e435dde..8ca22eb 100644 --- a/yaksh/static/yaksh/js/add_question.js +++ b/yaksh/static/yaksh/js/add_question.js @@ -76,8 +76,9 @@ function textareaformat() document.getElementById('id_type').setAttribute('class','select-type'); document.getElementById('id_points').setAttribute('class','mini-text'); document.getElementById('id_tags').setAttribute('class','tag-text'); - - + $("[id*="+'test_case_args'+"]").attr('placeholder', + 'Command Line arguments for bash only'); + $('#id_snippet').bind('keydown', function( event ){ if(navigator.userAgent.match("Gecko")) { |