projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86e8c17
)
Disable the autocompleter when form is disabled.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 10 Mar 2010 05:39:05 +0000
(
00:39
-0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 10 Mar 2010 05:39:05 +0000
(
00:39
-0500)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
494ecbd
..
f97470e
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-2262,6
+2262,7
@@
KronolithCore = {
} else {
form.disable();
this.doAction('listTopTags', null, this.topTagsCallback.curry('kronolithCalendarinternalTopTags', 'kronolithTagDisable'));
+ $('kronolithCalendarinternalTags').autocompleter.disable();
form.down('.kronolithColorPicker').hide();
form.down('.kronolithCalendarDelete').hide();
form.down('.kronolithCalendarSave').hide();