projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20be871
)
Fixed focus behaviour.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Thu, 23 Sep 2010 16:21:08 +0000
(16:21 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Thu, 23 Sep 2010 16:21:08 +0000
(16:21 +0000)
includes/ajax.inc
patch
|
blob
|
history
diff --git
a/includes/ajax.inc
b/includes/ajax.inc
index 13a9c1efae809a3b1a02ed69dcd53832d41ff05b..ecee59cd2d3c3fefa8cba8ab4e552860d7df9b8e 100644
(file)
--- 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;