mirror of
https://github.com/processwire/processwire.git
synced 2025-08-06 14:57:10 +02:00
Add suggested fix for processwire/processwire-issues#1975
This commit is contained in:
@@ -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
Reference in New Issue
Block a user