1.4.23 Supprime tri par défaut
This commit is contained in:
parent
fcee5a8cde
commit
931b56f6a3
@ -1149,7 +1149,7 @@ class course extends common
|
||||
self::$userHistory[] = [
|
||||
$pages[$pageId]['number'],
|
||||
html_entity_decode($pages[$pageId]['title']),
|
||||
helper::dateUTF8('%d %B %Y', $time),
|
||||
helper::dateUTF8('%d/%m/%Y', $time),
|
||||
helper::dateUTF8('%H:%M', $time)
|
||||
];
|
||||
$floorTime = isset($floorTime) && $floorTime < $time ? $floorTime : $time;
|
||||
@ -1161,7 +1161,7 @@ class course extends common
|
||||
self::$userHistory[] = [
|
||||
$pages[$pageId]['number'],
|
||||
html_entity_decode($pages[$pageId]['title']),
|
||||
helper::dateUTF8('%d %B %Y', $times),
|
||||
helper::dateUTF8('%d/%m/%Y', $times),
|
||||
helper::dateUTF8('%H:%M', $times)
|
||||
];
|
||||
$floorTime = isset($floorTime) && $floorTime < $times ? $floorTime : $times;
|
||||
|
@ -17,7 +17,6 @@ $(document).ready((function () {
|
||||
language: {
|
||||
url: "core/vendor/datatables/french.json"
|
||||
},
|
||||
order: [[0, 'asc']],
|
||||
locale: 'fr',
|
||||
searching: false,
|
||||
pageLength: 100,
|
||||
|
Loading…
Reference in New Issue
Block a user