Add jQuery finger lib

Add autofocus in "to" field 
+ small inputosaurus improvement
This commit is contained in:
RainLoop Team 2013-12-13 14:11:30 +04:00
parent c9b5194baf
commit 5877ff77dd
19 changed files with 613 additions and 15 deletions

View file

@ -525,6 +525,13 @@ ko.bindingHandlers.emailsTags = {
$oEl.inputosaurus('refresh');
}
});
if (fValue.focusTrigger)
{
fValue.focusTrigger.subscribe(function () {
$oEl.inputosaurus('focus');
});
}
}
};

View file

@ -471,8 +471,6 @@ Utils.fixLongSubject = function (sSubject)
do
{
oMatch = /^Re(\[([\d]+)\]|):[\s]{0,3}Re(\[([\d]+)\]|):/ig.exec(sSubject);
window.console.log(sSubject);
window.console.log(oMatch);
if (!oMatch || Utils.isUnd(oMatch[0]))
{
oMatch = null;