Просмотр исходного кода

add href="#" on nature theme button

yusuketk 8 лет назад
Родитель
Сommit
da37564226
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/views/admin/customize.html

+ 1 - 1
lib/views/admin/customize.html

@@ -65,7 +65,7 @@
                 data-theme="{{ webpack_asset('style-theme-default-dark').css }}">
               {% include 'widget/theme-colorbox.html' %}
             </a>
-            <a id="theme-option-nature"
+            <a id="theme-option-nature" href="#"
                 class="nature {% if 'nature' === settingForm['customize:theme'] %}active{% endif %}"
                 onclick="selectTheme('nature')"
                 data-theme="{{ webpack_asset('style-theme-nature').css }}">