Update approval-view.jsp

This commit is contained in:
devezhao-mbp 2020-05-15 02:04:28 +08:00
parent 93fa38191f
commit 9f560d8f83

View file

@ -28,7 +28,7 @@ window.__PageConfig = {
}
</script>
<script type="text/babel">
__RESIZE_CALLS = null // No need
window.__ONRESIZE_CALLS = []
$(document).ready(function() {
const ph = (parent && parent.RbViewModal) ? parent.RbViewModal.holder(window.__PageConfig.id) : null
if (ph) $('.J_close').click(() => ph.hide())