Ticket #9666: 9666_patch.diff
| File 9666_patch.diff, 467 bytes (added by russell@mile26.com, 9 months ago) |
|---|
-
/Users/Russell/Rails/yozo/trunk/public/javascripts/prototype.js
old new 3843 3843 3844 3844 function getDOMEventName(eventName) { 3845 3845 if (!Event.DOMEvents.include(eventName)) return "dataavailable"; 3846 return { keypress: "keydown" }[eventName] ||eventName;3846 return eventName; 3847 3847 } 3848 3848 3849 3849 function getCacheForID(id) {