Przeglądaj źródła

removed obsolete code

Former-commit-id: a1e499aa021126f7840e1c7f3e76e4522c1b149b
Gildas 6 lat temu
rodzic
commit
3946c1bd20
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      extension/ui/bg/ui-pendings.js

+ 1 - 1
extension/ui/bg/ui-pendings.js

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