소스 검색

removed obsolete code

Former-commit-id: a1e499aa021126f7840e1c7f3e76e4522c1b149b
Gildas 6 년 전
부모
커밋
3946c1bd20
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);