Commit 20110f9b authored by Robert Knight's avatar Robert Knight

Update reference to annotator CSS bundle.

`adder.js` contains a reference to the main CSS bundle generated from
src/styles/annotator which was not updated when the CSS bundle's name
was changed in f0b61e6a
parent 02a43677
......@@ -90,7 +90,7 @@ function createAdderDOM(container) {
var adderStyles = Array.from(document.styleSheets).map(function (sheet) {
return sheet.href;
}).filter(function (url) {
return (url || '').match(/(icomoon|inject)\.css/);
return (url || '').match(/(icomoon|annotator)\.css/);
});
// Stylesheet <link> elements are inert inside shadow roots [1]. Until
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment