Cleaned up unused files, did some code tidying

This commit is contained in:
root
2019-05-10 21:56:13 -04:00
parent f9d6f4d316
commit f5377409b0
34 changed files with 1124 additions and 762 deletions

View File

@@ -3,43 +3,20 @@ if ( window.history.replaceState ) {
window.history.replaceState( null, null, window.location.href );
}
//Data Tables Options
$('#dt').dataTable( {
"aaSorting": [],
"order": [],
language: {
search: '_INPUT_',
searchPlaceholder: "Enter search...",
sLengthMenu: "_MENU_",
sInfo: "<strong>records:</strong> _START_-_END_ of _TOTAL_",
paginate: {
previous: '<i class="fa fa-angle-left"></i>',
next: '<i class="fa fa-angle-right"></i>'
}
}
});
// Call the dataTables jQuery plugin
$('#dataTable').DataTable();
$('#dT').dataTable( {
"order": [],
"columnDefs": [
{ "orderable": false, "targets":[""]}
],
"orderCellsTop": true,
$('#dataTable').dataTable( {
order: [],
language: {
search: "<i class='fa fa-search'></i>_INPUT_",
searchPlaceholder: "Search",
sLengthMenu: "_MENU_",
sInfo: "_START_-_END_ of _TOTAL_",
paginate: {
previous: '<i class="fa fa-angle-left"></i>',
next: '<i class="fa fa-angle-right"></i>'
}
search: "_INPUT_",
searchPlaceholder: "Search",
sLengthMenu: "_MENU_",
sInfo: "_START_-_END_ of _TOTAL_",
paginate: {
previous: '<i class="fa fa-angle-left"></i>',
next: '<i class="fa fa-angle-right"></i>'
}
}
});
new EasyMDE({