Changes between Version 47 and Version 48 of Catalogue


Ignore:
Timestamp:
Jun 26, 2012 11:52:14 PM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v47 v48  
    1414    var theEvent = evt || window.event;
    1515    var key = theEvent.keyCode || theEvent.which;
    16     key = String.fromCharCode( key );
     16    key = String.fromCharCode(key);
    1717    var regex = /[0-9]/;
    18     if( !regex.test(key) ) {
     18    if(!regex.test(key)) {
    1919      theEvent.returnValue = false;
    2020      if(theEvent.preventDefault)
     
    7373 <td class="store" align="center">300 руб/мес<sup>1</sup></td>
    7474 <td class="store"> &times; <input name="monitoring_basic" class="shopping-cart-input"
    75   onkeyup="javascript:recalc(this)
     75  onkeyup="javascript:recalc(this)"
    7676  onkeypress="javascript:digitsOnly(event)"></input> </td>
    7777</tr>