소스 정리

main
이범준 4 months ago
parent 2549ab47a9
commit 8a86935194

@ -68,8 +68,7 @@
</c:set>
<script>
const SSE_SUBSCRIBE_URL = wctx.url("/subscribe.do");
let sticky = {id: -1, index: "dashboard", name: "대시보드", url: "/dashboard.do", parentID: null, description: "대시보드"};
let mainTabs = new TabControl({
sticky: sticky,

@ -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);

Loading…
Cancel
Save