mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 07:47:00 +02:00
Minor issue fix in ProcessPageLister.js
This commit is contained in:
@@ -303,7 +303,7 @@ var ProcessLister = {
|
||||
}, 250);
|
||||
|
||||
var pos = data.indexOf('ProcessListerScript');
|
||||
if(pos) {
|
||||
if(pos > -1) {
|
||||
var js = data.substring(pos+21);
|
||||
if(js != '</div>') {
|
||||
pos = js.indexOf('</div>');
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user