diff --git a/app/js/ui/settings.js b/app/js/ui/settings.js index 8cfc0e25..c2caf3bc 100644 --- a/app/js/ui/settings.js +++ b/app/js/ui/settings.js @@ -71,7 +71,7 @@ var postView = new Vue({ //設定ボタン押した。 function settings() { var cd = $("[name=theme]:checked").val(); - var ct = $("[for=" + cd + "]").html(); + var ct = $("[data-ct=" + cd + "]").html(); if (cd == "custom" && !$("#custom-sel-sel").val()) { var theme = localStorage.getItem("theme"); if (!theme) { diff --git a/app/view/make/setting.sample.html b/app/view/make/setting.sample.html index 0c24b5be..255de926 100644 --- a/app/view/make/setting.sample.html +++ b/app/view/make/setting.sample.html @@ -108,33 +108,33 @@

@@themeSel@@