mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Only show 8 notifications at a time instead of 10
This commit is contained in:
@@ -97,7 +97,7 @@ ob_start();
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
var perPage = 10;
|
||||
var perPage = 8;
|
||||
var $items = $(".notification-item");
|
||||
var totalItems = $items.length;
|
||||
var totalPages = Math.ceil(totalItems / perPage);
|
||||
|
||||
Reference in New Issue
Block a user