Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 84ec713

Browse files
committed
Begin
1 parent 32f0ac1 commit 84ec713

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

js/content.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,13 @@
580580
}).trim();
581581
}
582582

583+
/**
584+
* Generate the HTML code corresponding to an SVG icon.
585+
*/
586+
buildSpriteIcon(iconName) {
587+
return '';
588+
}
589+
583590
addHideMrsByPipelineStatusMenu() {
584591
let menu = '<div class="filter-dropdown-container d-flex flex-column flex-md-row">' +
585592
'<div class="dropdown inline prepend-left-10">' +

0 commit comments

Comments
 (0)