Changeset 29320
- Timestamp:
- 04/29/10 22:02:35 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/ybNetworkWidgetsPlugin/trunk/lib/widget/sfWidgetFormIp.class.php
r29319 r29320 71 71 if(110 == event.keyCode) { // dot 72 72 // removing the trailing dot 73 currentInput.val(parseInt( currentInputVal));73 currentInput.val(parseInt('0' + currentInputVal)); 74 74 // changing focus 75 75 currentInput.next().focus();