팝업 닫기 코드 추가

This commit is contained in:
chicpro
2013-02-20 17:03:21 +09:00
parent d3ab5d760c
commit 75b4b81f45

View File

@ -77,6 +77,10 @@ $(function() {
is_draggable = false;
return false;
});
$(".draggable").dblclick(function() {
window.close();
});
});
</script>