projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a021f9
)
Always enable delete button when opening event form.
author
Jan Schneider
<jan@horde.org>
Mon, 5 Jul 2010 12:13:56 +0000
(14:13 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 5 Jul 2010 12:13:56 +0000
(14:13 +0200)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
dc6b4e8
..
d70d845
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-4782,7
+4782,7
@@
KronolithCore = {
}
$('kronolithEventSave').show().enable();
$('kronolithEventSaveAsNew').show().enable();
- $('kronolithEventDelete').show();
+ $('kronolithEventDelete').show()
.enable()
;
$('kronolithEventForm').down('.kronolithFormActions .kronolithSeparator').show();
if (id) {
RedBox.loading();