Skip to content

Conversation

@nhutle
Copy link

@nhutle nhutle commented Apr 15, 2020

If I'm not mistaken, Google has changed id name of total result from #resultStats -> #result-stats, so this patch will fix it.


This change is Reviewable

@arcaniafr
Copy link

Correct code :

$item = $this->cssQuery('#resultStats');

if ($item->length != 1) {
$item = $this->cssQuery('#result-stats');
}
else {
return null;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants