diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-28 20:40:28 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-28 21:00:25 +0800 |
commit | a7f4d7aced009007d36e48685648e9bc3382f8cb (patch) | |
tree | f5b13204b496414ccee0f9e997da0b811ef66559 /modules/tag/js | |
parent | 2f969c80eb2e228f2c5729c6f4660c99555f9c9f (diff) |
Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change the
tag_event:item_edit_form to use the new Form_Script library to inject
script into a form.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
Diffstat (limited to 'modules/tag/js')
-rw-r--r-- | modules/tag/js/tag.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tag/js/tag.js b/modules/tag/js/tag.js index a5aaa3f8..765c2a35 100644 --- a/modules/tag/js/tag.js +++ b/modules/tag/js/tag.js @@ -66,3 +66,4 @@ function editInPlace(element) { }; ajaxify_editInPlaceForm(); } + |