출석부와 일부 모듈(포인트러시) 에서 레이아웃의 메뉴 버튼이 눌리지 않아 콘솔을 확인해 보니
xe.min.js:6 Uncaught TypeError: window.XE.isSameHost is not a function
at HTMLAnchorElement.<anonymous> (xe.min.js:6)
at Function.each (jquery.min.js:3)
at e.fn.init.each (jquery.min.js:3)
at HTMLDocument.<anonymous> (xe.min.js:6)
at l (jquery.min.js:3)
at Object.fireWith [as resolveWith] (jquery.min.js:3)
at Function.ready (jquery.min.js:3)
at HTMLDocument.S (jquery.min.js:3)
이렇게 에러가 나네요....... 디버그로 또 확인 과정이 필요할 것 같네요.
{@ Context::addJsFile("./common/js/jquery.js", true, '', -100000) }
{@ Context::addJsFile("./common/js/js_app.js", true, '', -100000) }
{@ Context::addJsFile("./common/js/common.js", true, '', -100000) }
{@ Context::addJsFile("./common/js/xml_handler.js", true, '', -100000) }
{@ Context::addJsFile("./common/js/xml_js_filter.js", true, '', -100000) }
발견했습니다. 일단 이거 지우면 해결 될 듯 하네요.