summaryrefslogtreecommitdiff
path: root/example/views/layout.erb
diff options
context:
space:
mode:
Diffstat (limited to 'example/views/layout.erb')
-rw-r--r--example/views/layout.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/views/layout.erb b/example/views/layout.erb
index c68ac23..d7e9985 100644
--- a/example/views/layout.erb
+++ b/example/views/layout.erb
@@ -21,6 +21,7 @@
<%= yield %>
+ <script type="text/javascript" src="jquery.min.js"> </script>
<script type="text/javascript" src="srp.js"> </script>
</body>