Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
whitedot
2013-02-20 17:13:14 +09:00

View File

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