We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b911ccf + eb09734 commit fe1639aCopy full SHA for fe1639a
tests/tickets/13771/1.js
@@ -52,6 +52,6 @@
52
var frameDoc = combo._.panel.element.getFirst().getFrameDocument();
53
54
// Look for any stylesheet link elems that end with desired CSS file.
55
- return Boolean( frameDoc.findOne( 'link[rel="stylesheet"][href$="contents.css"]' ) );
+ return Boolean( frameDoc.findOne( 'link[rel="stylesheet"][href*="contents.css"]' ) );
56
}
57
} )();
0 commit comments