views/layout.erb in geminabox-1.5.0 vs views/layout.erb in geminabox-2.0.0.rc.1
- old
+ new
@@ -8,9 +8,7 @@
<body>
<div id="content">
<h1>Gem in a Box</h1>
<%= yield %>
</div>
- <script type="text/javascript" src="<%= url "/jquery.js", false %>"></script>
- <script type="text/javascript" src="<%= url "/master.js", false %>"></script>
</body>
</html>