rails_generators/ruboss_config/templates/index.html.erb in ruboss4ruby-1.0.2 vs rails_generators/ruboss_config/templates/index.html.erb in ruboss4ruby-1.0.3
- old
+ new
@@ -1,11 +1,11 @@
<html>
<head>
<title><%= project_name %></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <script type="text/javascript" src="/javascripts/swfobject.js"></script>
+ <script type="text/javascript" src="javascripts/swfobject.js"></script>
<script type="text/javascript">
- swfobject.embedSWF("/bin/<%= project_name %>.swf", "mainApp", "100%", "100%", "9.0.0", "expressInstall.swf");
+ swfobject.embedSWF("bin/<%= project_name %>.swf", "mainApp", "100%", "100%", "9.0.0", "expressInstall.swf");
</script>
<style>
body { margin: 0px; overflow: hidden; }
</style>
</head>