Commit 9b39abc9 authored by Hamza Arfaoui's avatar Hamza Arfaoui

CAFI188

parent ad7c2ce3
...@@ -654,7 +654,7 @@ function manageNotificationsPopup(update){ ...@@ -654,7 +654,7 @@ function manageNotificationsPopup(update){
/* MC-20170608 By M.S */ /* MC-20170608 By M.S */
popHeight = $(document).height() - 100; popHeight = $(document).height() - 100;
/* END MC-20170608 By M.S */ /* END MC-20170608 By M.S */
$.post( "./ajax/cnsNotifList.php", { "IDAGENCE": IDAGENCE }, function(data) { $.post( "ajax/cnsNotifList.php", { "IDAGENCE": IDAGENCE }, function(data) {
if(update != undefined){ if(update != undefined){
var POP = panelPopupOpened.html(data); var POP = panelPopupOpened.html(data);
} }
......
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