diff --git a/www/assets/fonts/roboto-mono/Roboto_Mono.css b/www/assets/fonts/roboto-mono/Roboto_Mono.css new file mode 100644 index 0000000..188c272 --- /dev/null +++ b/www/assets/fonts/roboto-mono/Roboto_Mono.css @@ -0,0 +1,9 @@ +@font-face { + font-family: 'Roboto Mono'; + font-style: normal; + font-weight: 400; + src: + local('Roboto Mono'), + local('RobotoMono-Regular'), + url('Roboto_Mono_400.woff2') format('woff2') +} \ No newline at end of file diff --git a/www/assets/fonts/roboto-mono/Roboto_Mono_400.woff2 b/www/assets/fonts/roboto-mono/Roboto_Mono_400.woff2 new file mode 100644 index 0000000..6163de7 Binary files /dev/null and b/www/assets/fonts/roboto-mono/Roboto_Mono_400.woff2 differ diff --git a/www/assets/js/telegram.js b/www/assets/js/telegram.js index 9509e56..3204fd1 100644 --- a/www/assets/js/telegram.js +++ b/www/assets/js/telegram.js @@ -12,7 +12,8 @@ function sendTelegram() { message: $("#telegrammessage").val(), to: $("#telegramto").val(), from: $("#telegramfrom").val(), - instructions: $("#telegraminstructions").val() + instructions: $("#telegraminstructions").val(), + usestop: $("#stopperiodcheckbox").is(":checked") ? "1" : "0" }, function (resp) { app.dialog.close(); if (resp.status == "OK") { diff --git a/www/index.html b/www/index.html index 5826f12..756aa54 100644 --- a/www/index.html +++ b/www/index.html @@ -17,6 +17,7 @@ + diff --git a/www/pages/telegram.html b/www/pages/telegram.html index f8cdaba..bd0ede7 100644 --- a/www/pages/telegram.html +++ b/www/pages/telegram.html @@ -42,11 +42,20 @@
Message
- +
+
  • + + +
  • To