aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/register.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/register.tpl')
-rw-r--r--view/tpl/register.tpl12
1 files changed, 0 insertions, 12 deletions
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>