From: Janusz Dobrowolski Date: Thu, 23 Sep 2010 16:21:08 +0000 (+0000) Subject: Fixed focus behaviour. X-Git-Tag: v2.4.2~19^2~617 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=772d56bb5c1500f5246dcd2f859b553aafdb8270;p=fa-stable.git Fixed focus behaviour. --- diff --git a/includes/ajax.inc b/includes/ajax.inc index 13a9c1ef..ecee59cd 100644 --- a/includes/ajax.inc +++ b/includes/ajax.inc @@ -133,7 +133,7 @@ class Ajax extends JsHttpRequest { $cmds = array($com); foreach( $this->aCommands as $k=> $cmd) { if ($cmd['n'] == 'fc') { // save focus - $cmds[] = $cmd; break; + $cmds[] = $cmd; //break; } } $this->aCommands = $cmds;