Add view statment src

This commit is contained in:
cuom1999 2022-07-18 13:17:00 +07:00
parent c0dc6f4474
commit bd703af53e
2 changed files with 6 additions and 0 deletions

View file

@ -155,6 +155,10 @@
});
}
{% if feed_type=='volunteer' and request.user.has_perm('judge.suggest_problem_changes') %}
$(".view-statement-src").on('click', function(e) {
e.preventDefault();
$(this).siblings('.statement-src').toggle();
});
$(".edit-btn").on('click', function() {
var pid = $(this).attr('pid');
$('#volunteer-types-' + pid).css({'width': '100%'});