aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-08-29 12:11:43 +0200
committerAlex Legler <alex@a3li.li>2011-08-29 12:11:43 +0200
commitd3cd0a5401288e198b593a29e9457e98906999cf (patch)
tree46545bbf7c9d15729edafba70576802952a41125
parentRemove block parameter from form_for (diff)
downloadglsamaker-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.erb4
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