Changes between Version 47 and Version 48 of Catalogue
- Timestamp:
- Jun 26, 2012 11:52:14 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Catalogue
v47 v48 14 14 var theEvent = evt || window.event; 15 15 var key = theEvent.keyCode || theEvent.which; 16 key = String.fromCharCode( key);16 key = String.fromCharCode(key); 17 17 var regex = /[0-9]/; 18 if( !regex.test(key)) {18 if(!regex.test(key)) { 19 19 theEvent.returnValue = false; 20 20 if(theEvent.preventDefault) … … 73 73 <td class="store" align="center">300 руб/мес<sup>1</sup></td> 74 74 <td class="store"> × <input name="monitoring_basic" class="shopping-cart-input" 75 onkeyup="javascript:recalc(this) 75 onkeyup="javascript:recalc(this)" 76 76 onkeypress="javascript:digitsOnly(event)"></input> </td> 77 77 </tr>