mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 06:24:23 +01:00
Fixing tag submission
This commit is contained in:
@@ -178,8 +178,8 @@ function updatetags(){
|
||||
$('#chal-tags > span > span').each(function(i, e){
|
||||
tags.push($(e).text())
|
||||
});
|
||||
$.post(script_root + '/admin/tags/'+chal, {'tags':tags, 'nonce': $('#nonce').val()})
|
||||
loadchal(chal)
|
||||
$.post(script_root + '/admin/tags/'+chal, {'tags':tags, 'nonce': $('#nonce').val()});
|
||||
$('#update-tags').modal('toggle');
|
||||
}
|
||||
|
||||
function updatefiles(){
|
||||
|
||||
Reference in New Issue
Block a user