| Fixing pagination styling for issue #13 - warvox - VoIP based wardialing tool, … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 8fdd0ce12f1878c6cc3beb90b33d68144eac45be | |
| parent 1ba5b2dcbb3af0cfcc15f09515149c3293fe753d | |
| Author: Jay Scott <[email protected]> | |
| Date: Thu, 8 Sep 2016 09:52:37 +0000 | |
| Fixing pagination styling for issue #13 | |
| Diffstat: | |
| M app/assets/javascripts/dataTables_… | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/app/assets/javascripts/dataTables_overrides.js b/app/assets/javasc… | |
| @@ -31,7 +31,7 @@ $.extend( $.fn.dataTableExt.oPagination, { | |
| }; | |
| $(nPaging).addClass('pagination').append( | |
| - '<ul>'+ | |
| + '<ul class="pagination pagination">'+ | |
| '<li class="prev disabled"><a href="#"… | |
| '<li class="next disabled"><a href="#"… | |
| '</ul>' |