Files
EasySoft-ZenTaoPMS/module/zanode/js/browsesnapshot.js
T
2023-02-03 06:07:23 +00:00

8 lines
136 B
JavaScript

$(function()
{
var myPager = $('.pager').data('zui.pager');
myPager.options.menuDirection = 'dropdown';
myPager.set();
});