diff --git a/src/main/resources/static/img/logoNew3.png b/src/main/resources/static/img/logoNew3.png new file mode 100644 index 00000000..d4c50e14 Binary files /dev/null and b/src/main/resources/static/img/logoNew3.png differ diff --git a/src/main/resources/static/js/counterIntelligence/ciWork.js b/src/main/resources/static/js/counterIntelligence/ciWork.js index eeb91a03..3efeccb0 100644 --- a/src/main/resources/static/js/counterIntelligence/ciWork.js +++ b/src/main/resources/static/js/counterIntelligence/ciWork.js @@ -97,7 +97,8 @@ function saveCiWork(status){ alert("저장되었습니다."); contentFade("out"); $("#ciWorkEditModal").modal('hide'); - getCiWorkViewModal(result); + //getCiWorkViewModal(result); + location.reload(); }, error : function(xhr, status) { alert("저장에 실패하였습니다.") diff --git a/src/main/resources/static/js/equip/cellPhone.js b/src/main/resources/static/js/equip/cellPhone.js index 8e7b7190..cbbd4c1b 100644 --- a/src/main/resources/static/js/equip/cellPhone.js +++ b/src/main/resources/static/js/equip/cellPhone.js @@ -99,7 +99,8 @@ $(document).on('click', '#updateCellPhone', function (){ success : function(result) { alert("수정되었습니다."); contentFade("out"); - showModal(result); + //showModal(result); + location.reload(); }, error : function(xhr, status) { alert("수정에 실패하였습니다.") diff --git a/src/main/resources/static/js/equip/equip.js b/src/main/resources/static/js/equip/equip.js index e4460e35..54a1b04a 100644 --- a/src/main/resources/static/js/equip/equip.js +++ b/src/main/resources/static/js/equip/equip.js @@ -85,8 +85,8 @@ $(document).on('click', '#saveEquip', function (){ contentType: false, success : function() { alert("저장되었습니다."); - location.reload(); contentFade("out"); + location.reload(); }, error : function(xhr, status) { alert("저장에 실패하였습니다.") @@ -174,6 +174,7 @@ $(document).on('click', '#updateEquip', function (){ alert("수정되었습니다."); showUpdateModal(data); contentFade("out"); + location.reload(); }, error : function(xhr, status) { alert("수정에 실패하였습니다.") diff --git a/src/main/resources/static/js/faStatistics/crackdownStatus.js b/src/main/resources/static/js/faStatistics/crackdownStatus.js index 5917d5d1..22ac8f7f 100644 --- a/src/main/resources/static/js/faStatistics/crackdownStatus.js +++ b/src/main/resources/static/js/faStatistics/crackdownStatus.js @@ -439,6 +439,7 @@ function saveCrackdownStatus(saveYn){ alert("저장되었습니다."); contentFade("out"); $("#crackdownStatusEditModal").modal('hide'); + location.reload(); }, error : function(xhr, status) { alert("저장에 실패하였습니다.") diff --git a/src/main/resources/static/js/igActivities/fpiMgt/plan/planMgt.js b/src/main/resources/static/js/igActivities/fpiMgt/plan/planMgt.js index c75328a0..c2660a90 100644 --- a/src/main/resources/static/js/igActivities/fpiMgt/plan/planMgt.js +++ b/src/main/resources/static/js/igActivities/fpiMgt/plan/planMgt.js @@ -90,8 +90,9 @@ $(document).on('click', '.apprvBtn', function (){ }, success : function(result) { alert("저장되었습니다") - getPlanViewModal(result); + // getPlanViewModal(result); contentFade("out"); + location.reload(); }, error : function(xhr, status) { alert("저장에 실패하였습니다."); @@ -241,7 +242,8 @@ function savePlan(planState){ alert("저장되었습니다."); contentFade("out"); $("#planEditModal").modal('hide'); - getPlanViewModal(result); + //getPlanViewModal(result); + location.reload(); }, error : function(xhr, status) { alert("저장에 실패하였습니다.") diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html index 09276fd0..7b01f5c4 100644 --- a/src/main/resources/templates/fragments/footer.html +++ b/src/main/resources/templates/fragments/footer.html @@ -31,10 +31,10 @@