Skip to content

Commit

Permalink
calendar.yandex.com doesn't get updated lol
Browse files Browse the repository at this point in the history
  • Loading branch information
gpchelkin authored Nov 9, 2023
1 parent cd3a48c commit f1afd4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tusit.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<script src="tusit.js" type="text/javascript"></script>
</head>
<body>
<iframe frameborder="0" height="800" id="calendar" src="https://calendar.yandex.com/embed/month?tz_id=Europe/Lisbon&layer_names=gpchelkin/tusit&layer_ids=" style="border: 1px solid #eee" width="100%"></iframe>
<iframe frameborder="0" height="800" id="calendar" src="https://calendar.yandex.ru/embed/month?tz_id=Europe/Lisbon&layer_names=gpchelkin/tusit&layer_ids=" style="border: 1px solid #eee" width="100%"></iframe>
</body>
</html>
2 changes: 1 addition & 1 deletion tusit.slim
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ html
link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"
script type="text/javascript" src="tusit.js"
body
iframe#calendar src="https://calendar.yandex.com/embed/month?layer_names=gpchelkin/tusit&layer_ids=" width="100%" height="800" frameborder="0" style="border: 1px solid #eee"
iframe#calendar src="https://calendar.yandex.ru/embed/month?tz_id=Europe/Lisbon&layer_names=gpchelkin/tusit&layer_ids=" width="100%" height="800" frameborder="0" style="border: 1px solid #eee"

0 comments on commit f1afd4a

Please sign in to comment.