mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Cleaned up unused files, did some code tidying
This commit is contained in:
43
js/app.js
43
js/app.js
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user