|
|
|
@ -396,6 +396,7 @@ function getCellDefsForPrivacyCell($td_i){
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* 프로그레스바 표시
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
const SSE_SUBSCRIBE_URL = wctx.url("/subscribe.do");
|
|
|
|
|
function fnProgress(sseKey, progressContent, progressEvent){
|
|
|
|
|
var eventSource = new EventSource(SSE_SUBSCRIBE_URL+"?sseKey="+sseKey);
|
|
|
|
|
|
|
|
|
|