Fixed a javascript file name in app/views/pay/index.html.erb
The javascript file name in app/views/pay/index.html.erb 'jquery.dataTables.js' is not consistent with the actual JS file in /app/assets/javascripts 'jquery.dataTables.min.js' This commit fixes by renaming the erring line in index.html.erb
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= javascript_include_tag "jquery.dataTables.js" %>
|
||||
<%= javascript_include_tag "jquery.dataTables.min.js" %>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user