summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-01-09 16:15:27 +0530
committerGitHub2017-01-09 16:15:27 +0530
commit7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1 (patch)
tree3afbf4d76e0d244bc71d0f43ace1ad2a40755e33 /yaksh/static
parentef6a61b1938ec399efb6d66b914f245afa3ed5ff (diff)
parent9fc46fc74e87a30f9dcaada88815a5ec8814d5fd (diff)
downloadonline_test-7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1.tar.gz
online_test-7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1.tar.bz2
online_test-7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1.zip
Merge pull request #172 from adityacp/update_docs
Update docs and fix minor issues
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/js/add_question.js5
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"))
{