Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 297268

Broken selector

$
0
0

On line 180 in tour.js we have the following line:

if ((itemId || itemClass) && $document.find('#' + itemId + ', .' + itemClass).length === 0) {

If "itemClass" or "itemId" are not provided we end up with something like "#, .foo" or "#foo, ." we need to check these individually.


Viewing all articles
Browse latest Browse all 297268