aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-02-22 13:51:24 +0000
committerfrancis <francis>2008-02-22 13:51:24 +0000
commit71db1912d119ae012a1567c8e55bb393ae6408da (patch)
tree3da6cfd2aee8a6889cbb9c80ad9612fa85852e82
parent60aee974aa67e8983f77dfd5d9b9b03e21696f9b (diff)
Need to specify javascript type in script tags
-rw-r--r--app/views/request/frontpage.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/frontpage.rhtml b/app/views/request/frontpage.rhtml
index 456c4bbd5..de955e6e2 100644
--- a/app/views/request/frontpage.rhtml
+++ b/app/views/request/frontpage.rhtml
@@ -31,7 +31,7 @@
<p id="public_body_query_button">
<%= submit_tag "Search" %>
</p>
- <script>
+ <script type="text/javascript">
Element.toggle('public_body_query_button')
</script>