projects
/
tine20
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
0010866: Frozen whole day events
[tine20]
/
tine20
/
Calendar
/
js
/
EventUI.js
diff --git
a/tine20/Calendar/js/EventUI.js
b/tine20/Calendar/js/EventUI.js
index
fb96844
..
bf2999f
100644
(file)
--- a/
tine20/Calendar/js/EventUI.js
+++ b/
tine20/Calendar/js/EventUI.js
@@
-48,7
+48,7
@@
Tine.Calendar.EventUI.prototype = {
*/
getEls: function() {
var domEls = [];
- for (var i=0; i
<
this.domIds.length; i++) {
+ for (var i=0; i
<
this.domIds.length; i++) {
var el = Ext.get(this.domIds[i]);
if (el) {
domEls.push(el);