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