implement port control

This commit is contained in:
Oliver Gorwits
2012-11-25 20:51:02 +00:00
parent 3d98fd4a60
commit 38a58dcdc8
5 changed files with 88 additions and 3 deletions

View File

@@ -62,8 +62,8 @@
}
else if (nl) {
event.preventDefault();
$(this).blur();
event.preventDefault();
dirty = false;
port_control(this); // save
}