mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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')
|
||||
.filter(function() {
|
||||
// Skip inputs that are out of tab ordering
|
||||
$this = $j(this);
|
||||
var $this = $j(this);
|
||||
return !$this.attr('tabindex') || $this.attr('tabIndex')>=0;
|
||||
}).first();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user