projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2675b5c
)
Don't show edit icon for external calendars either.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 10 Mar 2010 16:36:22 +0000
(11:36 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 10 Mar 2010 16:39:40 +0000
(11:39 -0500)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
8ddff6a
..
f850255
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-885,7
+885,7
@@
KronolithCore = {
if (!div) {
div = this.getCalendarList(type, cal.owner);
}
- if (type != 'holiday') {
+ if (type != 'holiday'
&& type != 'external'
) {
div.insert(new Element('span', { className: 'kronolithCalEdit' })
.insert('›'));
}