Popravek deaktivacije ankete
This commit is contained in:
parent
6767ae84d7
commit
1110c2ab5e
@ -498,7 +498,8 @@ function anketa_active (anketa, state, folders, hierarhija) {
|
||||
}
|
||||
else
|
||||
{
|
||||
$('#anketa_activation').load('ajax.php?a=anketa_active&ajaxa='+gup("a"), {anketa: anketa, folders: folders}, function() {
|
||||
//$('#anketa_activation').load('ajax.php?a=anketa_active&ajaxa='+gup("a"), {anketa: anketa, folders: folders}, function() {
|
||||
$.post('ajax.php?a=anketa_active&ajaxa='+gup("a"), {anketa: anketa, folders: folders}, function() {
|
||||
window.location.reload(); return;
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user