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 d7e9985..ab980c8 100644
--- a/example/views/layout.erb
+++ b/example/views/layout.erb
@@ -22,6 +22,7 @@
<%= yield %>
<script type="text/javascript" src="jquery.min.js"> </script>
+ <script type="text/javascript" src="srp.min.js"> </script>
<script type="text/javascript" src="srp.js"> </script>
</body>