projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f69cb8
)
remove stray, empty function
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 28 Oct 2009 22:16:34 +0000
(18:16 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 28 Oct 2009 23:07:57 +0000
(19:07 -0400)
kronolith/js/calendar-panel.js
patch
|
blob
|
history
diff --git
a/kronolith/js/calendar-panel.js
b/kronolith/js/calendar-panel.js
index
552d8d7
..
6ae93e6
100644
(file)
--- a/
kronolith/js/calendar-panel.js
+++ b/
kronolith/js/calendar-panel.js
@@
-13,10
+13,6
@@
function sbarToggle()
new Ajax.Request(KronolithVar.pref_api_url, { parameters: { pref: 'show_panel', value: pref_value } });
}
-function removeTag(tagid)
-{
-
-}
document.observe('dom:loaded', function() {
$$('#pageControlsInner .checkbox').invoke('observe', 'click', function() {
Views.invalidate();