diff options
author | thomascube <thomas@roundcube.net> | 2006-12-01 17:51:59 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-01 17:51:59 +0000 |
commit | 740e9ec00757ba805dbe27b22f92d12f6bd2e690 (patch) | |
tree | 46dffe09a03a4a51b26b336559d8be638bf4cf44 | |
parent | 7e0ec7e4607498428fd06e7307cb39e4016d021b (diff) |
Fixed JS errors in identity list (Bug #1484120)
-rw-r--r-- | program/steps/settings/edit_identity.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/steps/settings/edit_identity.inc b/program/steps/settings/edit_identity.inc index caf3c015a..a7303bdf0 100644 --- a/program/steps/settings/edit_identity.inc +++ b/program/steps/settings/edit_identity.inc @@ -39,6 +39,8 @@ else $PAGE_TITLE = rcube_label('newitem'); +$OUTPUT->include_script('list.js'); + function rcube_identity_form($attrib) { |