Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -77,6 +77,10 @@ $(function() {
|
|||||||
is_draggable = false;
|
is_draggable = false;
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(".draggable").dblclick(function() {
|
||||||
|
window.close();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user