diff options
author | adityacp | 2017-01-10 14:43:52 +0530 |
---|---|---|
committer | adityacp | 2017-01-10 14:43:52 +0530 |
commit | 05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf (patch) | |
tree | 896aa651644179a69c0ae1e6c2aaf5053e8be481 /yaksh/static | |
parent | d924a36d5c0bfec383d5a07811ca197705fafe1b (diff) | |
parent | 7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1 (diff) | |
download | online_test-05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf.tar.gz online_test-05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf.tar.bz2 online_test-05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf.zip |
Merge https://github.com/fossee/online_test into fix_management_commands
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")) { |