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