Skip to content

Commit 78083d9

Browse files
authored
Merge pull request #298 from yamakira/master
Fixed a javascript file name in app/views/pay/index.html.erb
2 parents 648ea1c + 5097302 commit 78083d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/pay/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
</div>
147147
</div>
148148

149-
<%= javascript_include_tag "jquery.dataTables.js" %>
149+
<%= javascript_include_tag "jquery.dataTables.min.js" %>
150150

151151
<script type="text/javascript">
152152

0 commit comments

Comments
 (0)