diff options
author | Alex Legler <alex@a3li.li> | 2011-08-29 12:11:43 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2011-08-29 12:11:43 +0200 |
commit | d3cd0a5401288e198b593a29e9457e98906999cf (patch) | |
tree | 46545bbf7c9d15729edafba70576802952a41125 | |
parent | Remove block parameter from form_for (diff) | |
download | glsamaker-d3cd0a5401288e198b593a29e9457e98906999cf.tar.gz glsamaker-d3cd0a5401288e198b593a29e9457e98906999cf.tar.bz2 glsamaker-d3cd0a5401288e198b593a29e9457e98906999cf.zip |
Enable selection helper for all template-enabled fields
-rw-r--r-- | app/views/glsa/edit.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/glsa/edit.html.erb b/app/views/glsa/edit.html.erb index d61a240..27906a4 100644 --- a/app/views/glsa/edit.html.erb +++ b/app/views/glsa/edit.html.erb @@ -167,5 +167,9 @@ <%= template_popups %> <script language="JavaScript" type="text/javascript"> + GLSAMaker.editing.templates.observeClick($('synopsis')); + GLSAMaker.editing.templates.observeClick($('description')); GLSAMaker.editing.templates.observeClick($('impact')); + GLSAMaker.editing.templates.observeClick($('workaround')); + GLSAMaker.editing.templates.observeClick($('resolution')); </script>
\ No newline at end of file |