diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/js_strings.tpl | 4 | ||||
-rw-r--r-- | view/tpl/register.tpl | 12 |
2 files changed, 3 insertions, 13 deletions
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index 291d78fb2..c0d8d104e 100644 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -69,8 +69,10 @@ 'allday' : "{{$allday}}", // mod cloud + 'download_info' : "{{$download_info}}", - 'download_info' : "{{$download_info}}" + // mod register + 'email_not_valid' : "{{$email_not_valid}}" }; diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl index d6f70d118..06e58721a 100644 --- a/view/tpl/register.tpl +++ b/view/tpl/register.tpl @@ -71,17 +71,5 @@ hilmar, 2020.02 *}} <script> - $('head').append( - '<style> '+ - ' .zuiqmid { font-weight: normal; font-family: monospace; }'+ - ' .zuirise { font-weight: bold; font-size: 100%; color: red; }'+ - '</style>'); - {{$tao}} - - var week_days = ['Monday', 'Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday']; - $('.register_date').each( function () { - var date = new Date($(this).data('utc')); - $(this).html(date.toLocaleString(undefined, {weekday: 'short', hour: 'numeric', minute: 'numeric'})); - }); </script> |