mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +03:00
Small fixes and code refactoring
This commit is contained in:
parent
e6c712862d
commit
1a85330770
67 changed files with 413 additions and 181 deletions
4
vendors/inputosaurus/inputosaurus.js
vendored
4
vendors/inputosaurus/inputosaurus.js
vendored
|
|
@ -600,6 +600,10 @@
|
|||
this.elements.input.focus();
|
||||
},
|
||||
|
||||
blur : function () {
|
||||
this.elements.input.blur();
|
||||
},
|
||||
|
||||
_focus : function(ev) {
|
||||
var
|
||||
widget = (ev && ev.data.widget) || this,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue