1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-06 14:57:10 +02:00
This commit is contained in:
Ryan Cramer
2024-11-22 14:12:32 -05:00
parent cf0abe538a
commit 7b893abba3
2 changed files with 2 additions and 1 deletions

View File

@@ -307,6 +307,7 @@ var ProcessLister = {
if(typeof AdminDataTable != "undefined") AdminDataTable.init();
$("a.lister-lightbox", ProcessLister.results).magnificPopup({ type: 'image', closeOnContentClick: true, closeBtnInside: true });
if(refreshAll) ProcessLister.results.fadeTo(0, 1.0);
window.dispatchEvent(new Event('resize'));
}, 250);
var pos = data.indexOf('ProcessListerScript');

File diff suppressed because one or more lines are too long