diff --git a/src/tr-web-control/template/dialog-auto-match-data-folder.html b/src/tr-web-control/template/dialog-auto-match-data-folder.html index 9a89321..a79a5e8 100644 --- a/src/tr-web-control/template/dialog-auto-match-data-folder.html +++ b/src/tr-web-control/template/dialog-auto-match-data-folder.html @@ -64,7 +64,7 @@
@@ -120,8 +120,6 @@ thisDialog.find("#"+item).html(system.lang.dialog["public"][item]); }); - thisDialog.find(".title").css({background:"#e6e6e6"}); - // Cancel thisDialog.find("#button-cancel").click(function() { diff --git a/src/tr-web-control/template/dialog-system-replaceTracker.html b/src/tr-web-control/template/dialog-system-replaceTracker.html index 099e187..11277fa 100644 --- a/src/tr-web-control/template/dialog-system-replaceTracker.html +++ b/src/tr-web-control/template/dialog-system-replaceTracker.html @@ -37,8 +37,6 @@ thisDialog.find("#dialog-system-replaceTracker-"+item).html(system.lang.dialog["system-replaceTracker"][item]); }); - thisDialog.find(".title").css({background:"#e6e6e6"}); - title = "button-ok,button-cancel".split(","); $.each(title, function(i, item){ thisDialog.find("#replaceTracker-"+item).html(system.lang.dialog["public"][item]); diff --git a/src/tr-web-control/template/dialog-torrent-changeDownloadDir.html b/src/tr-web-control/template/dialog-torrent-changeDownloadDir.html index 5fba740..f93bc6b 100644 --- a/src/tr-web-control/template/dialog-torrent-changeDownloadDir.html +++ b/src/tr-web-control/template/dialog-torrent-changeDownloadDir.html @@ -34,7 +34,7 @@ @@ -67,7 +67,6 @@ thisDialog.find("#dialog-torrent-changeDownloadDir-"+item).html(system.lang.dialog["torrent-changeDownloadDir"][item]); }); - thisDialog.find(".title").css({background:"#e6e6e6"}); thisDialog.find("#text-count").text(""); title = "button-ok,button-cancel".split(","); diff --git a/src/tr-web-control/template/dialog-torrent-rename.html b/src/tr-web-control/template/dialog-torrent-rename.html index 2b04fc4..f28b484 100644 --- a/src/tr-web-control/template/dialog-torrent-rename.html +++ b/src/tr-web-control/template/dialog-torrent-rename.html @@ -36,8 +36,6 @@ thisDialog.find("#oldname").text(torrent.name); thisDialog.find("#newname").val(torrent.name); - thisDialog.find(".title").css({background:"#e6e6e6"}); - // 确认 thisDialog.find("#button-ok").click(function() {