Commit 23ddea9b by novanbagus

update waktu pemilihan reviewer agar tidak reload

parent 2d02be60
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
}) })
.done(function(response){ .done(function(response){
swal.fire('Updated!', response.message, response.status).then(function(){ swal.fire('Updated!', response.message, response.status).then(function(){
location.reload(); // location.reload();
}); });
}) })
.fail(function(){ .fail(function(){
......
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
}) })
.done(function(response){ .done(function(response){
swal.fire(response.info, response.message, response.status).then(function(){ swal.fire(response.info, response.message, response.status).then(function(){
location.reload(); // location.reload();
}); });
}) })
.fail(function(){ .fail(function(){
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
{ {
swal.fire(response.status, response.message, response.status).then(function(){ swal.fire(response.status, response.message, response.status).then(function(){
// oTable.ajax.reload(); // oTable.ajax.reload();
location.reload(); // location.reload();
}); });
} }
}) })
......
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
}) })
.done(function(response){ .done(function(response){
swal.fire(response.info, response.message, response.status).then(function(){ swal.fire(response.info, response.message, response.status).then(function(){
location.reload(); // location.reload();
}); });
}) })
.fail(function(){ .fail(function(){
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
{ {
swal.fire(response.status, response.message, response.status).then(function(){ swal.fire(response.status, response.message, response.status).then(function(){
// oTable.ajax.reload(); // oTable.ajax.reload();
location.reload(); // location.reload();
}); });
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment