Commit 349c50b8 by Őry Máté

one: missing event binding

parent 8ccc0cde
......@@ -48,7 +48,9 @@ $(function() {
});
}
else {
e.stopPropagation();
$('.connect-vm-button').click(function(e) {
e.stopPropagation();
});
}
$('.stop-vm-button').click(function(e) {
e.preventDefault(); e.stopPropagation();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment