Răsfoiți Sursa

removed obsolete code

Former-commit-id: a1e499aa021126f7840e1c7f3e76e4522c1b149b
Gildas 6 ani în urmă
părinte
comite
3946c1bd20
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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);