mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Define an undefined var
This commit is contained in:
parent
c22094d808
commit
9e8a7dab61
@ -495,7 +495,7 @@ etemplate2.prototype.load = function(_name, _url, _data, _callback)
|
|||||||
.not('.et2_date')
|
.not('.et2_date')
|
||||||
.filter(function() {
|
.filter(function() {
|
||||||
// Skip inputs that are out of tab ordering
|
// Skip inputs that are out of tab ordering
|
||||||
$this = $j(this);
|
var $this = $j(this);
|
||||||
return !$this.attr('tabindex') || $this.attr('tabIndex')>=0;
|
return !$this.attr('tabindex') || $this.attr('tabIndex')>=0;
|
||||||
}).first();
|
}).first();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user