You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a page doesn't have a pagerank, the following error is thrown:
TypeError: Cannot call method 'match' of undefined
Playing with the JS code, I discovered that for pages which do not have a pagerank, the data argument is set to undefined which obviously makes data.match(...) fail with the above error.
I'll let people who know coffeescript writing a fix because I'm fully incompetent in coffeescript, sorry :-s
The text was updated successfully, but these errors were encountered:
When a page doesn't have a pagerank, the following error is thrown:
TypeError: Cannot call method 'match' of undefined
Playing with the JS code, I discovered that for pages which do not have a pagerank, the data argument is set to undefined which obviously makes data.match(...) fail with the above error.
I'll let people who know coffeescript writing a fix because I'm fully incompetent in coffeescript, sorry :-s
The text was updated successfully, but these errors were encountered: