File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99### Changed
1010 - Column values default to 'data' only on NULL instead of any 'emptiness'
1111
12+ ### Fixed
13+ - Moved public assets back into bundle's public folder
14+
1215## [ 0.1.2] - 2017-12-14
1316### Added
1417 - Implement persist_state parameter to automate table state persistence
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ otherwise we render a template with the table provided as a parameter.
110110<div id =" presidents" >Loading...</div >
111111
112112<!-- Insert this at the end of your body element, but before the closing tag -->
113- <script src =" bundles/datatables/js/datatables.js" ></script >
113+ <script src =" {{ asset(' bundles/datatables/js/datatables.js') }} " ></script >
114114<script >
115115$ (function () {
116116 $ (' #presidents' ).initDataTables ({{ datatable_settings (datatable) }});
File renamed without changes.
You can’t perform that action at this time.
0 commit comments