diff options
author | prathamesh | 2017-01-13 16:49:16 +0530 |
---|---|---|
committer | prathamesh | 2017-01-13 16:49:16 +0530 |
commit | c70c38dd55e159a5e7aa6706bb23bb8e70ca10bd (patch) | |
tree | f85d78faa6d51046b79e26ee59efa15e3c16bd75 /yaksh/static | |
parent | 5ee9b4647c7f1ba9803a95ad3871f6acfc92c1c0 (diff) | |
parent | 0e3e0cdbf322df9b5c8b7da0301cebe71eadcbe9 (diff) | |
download | online_test-c70c38dd55e159a5e7aa6706bb23bb8e70ca10bd.tar.gz online_test-c70c38dd55e159a5e7aa6706bb23bb8e70ca10bd.tar.bz2 online_test-c70c38dd55e159a5e7aa6706bb23bb8e70ca10bd.zip |
Merge branch 'master' of https://github.com/FOSSEE/online_test into UI-modifications-phase-2
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")) { |