Bug fix patch
added javascript reload in agent profile show for edit organization
This commit is contained in:
@@ -1258,6 +1258,7 @@ class="active"
|
|||||||
setInterval(function () {
|
setInterval(function () {
|
||||||
$("#alert-success").hide();
|
$("#alert-success").hide();
|
||||||
}, 4000);
|
}, 4000);
|
||||||
|
window.location.reload(true);
|
||||||
|
|
||||||
}
|
}
|
||||||
if (response == 0) {
|
if (response == 0) {
|
||||||
|
Reference in New Issue
Block a user