|
@@ -63,7 +63,7 @@
|
|
|
const cellCancel = document.createElement("span");
|
|
const cellCancel = document.createElement("span");
|
|
|
const buttonCancel = document.createElement("button");
|
|
const buttonCancel = document.createElement("button");
|
|
|
row.dataset.tabId = tabId;
|
|
row.dataset.tabId = tabId;
|
|
|
- row.className = "result-row result-type-" + type;
|
|
|
|
|
|
|
+ row.className = "result-row";
|
|
|
cellURL.textContent = tabInfo.url;
|
|
cellURL.textContent = tabInfo.url;
|
|
|
cellURL.className = "result-url";
|
|
cellURL.className = "result-url";
|
|
|
cellURL.onclick = () => selectTab(type, tabId);
|
|
cellURL.onclick = () => selectTab(type, tabId);
|