Commit 64219aa7 by xcoder

1. на мобиле в меню сделать 16 шрифт.

1 parent 774bcc57
Showing 1 changed file with 4 additions and 1 deletions
...@@ -144,7 +144,10 @@ function set_current_year() { ...@@ -144,7 +144,10 @@ function set_current_year() {
} }
function do_support() { function do_support() {
console.log("do support!"); // const email = document.createElement("a");
// email.href = "mailto:[email protected]";
window.location.href = "mailto:[email protected]";
// email.click();
} }
function switchMobileMenu() { function switchMobileMenu() {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!