Changeset 1748


Ignore:
Timestamp:
Apr 11, 2011, 1:11:38 PM (13 years ago)
Author:
work@…
Message:
  • keydown instead of keypress
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/js/studywizard.js

    r1745 r1748  
    9393function disableDatePickerKeys() {
    9494        $(".hasDatepicker").each(function() {
    95                 $(this).bind('keypress', function(e) { return false; });
     95                $(this).bind('keydown', function(e) { return false; });
    9696        });
    9797}
Note: See TracChangeset for help on using the changeset viewer.