Changeset c321e2fb in github
- Timestamp:
- Aug 3, 2010 4:49:13 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- fb995a8
- Parents:
- b4d1090
- File:
-
- 1 edited
-
program/js/app.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
rbe9d4d2 rc321e2fb 4046 4046 reg = new RegExp('['+RegExp.escape(this.env.delimiter)+']?[^'+RegExp.escape(this.env.delimiter)+']+$'); 4047 4047 this.name_input.__parent = this.env.subscriptionrows[id][0].replace(reg, ''); 4048 this.name_input.onkey press = function(e){ rcmail.name_input_keypress(e); };4048 this.name_input.onkeydown = function(e){ rcmail.name_input_keydown(e); }; 4049 4049 4050 4050 row.cells[0].replaceChild(this.name_input, row.cells[0].firstChild); … … 4069 4069 4070 4070 // handler for keyboard events on the input field 4071 this.name_input_key press= function(e)4071 this.name_input_keydown = function(e) 4072 4072 { 4073 4073 var key = rcube_event.get_keycode(e);
Note: See TracChangeset
for help on using the changeset viewer.
