Skip to content

Commit

Permalink
[misc] magazine 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
leduythuccs committed Jan 29, 2025
1 parent d8263f0 commit d4ceb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion judge/views/magazine.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@


class MagazinePage(TitleMixin, TemplateView):
title = 'VNOI Magazine 2024'
title = 'VNOI Magazine 2025'
template_name = 'magazine.html'
2 changes: 1 addition & 1 deletion templates/magazine.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ <h2></h2>
<script type="text/javascript">
$(() => {
heyzineDesign.load(flipbookcfg.design);
heyzine.load('https://cdnc.heyzine.com/files/uploaded/v2/4b291e93aa05e1aac6b6b52a27b62d82766f2ecc.pdf', flipbookcfg).then(() => {
heyzine.load('https://oj.vnoi.info/pdf/magazine-2025.pdf', flipbookcfg).then(() => {
heyzineDesign.afterLoad(flipbookcfg.design);
// initServiceWorker();
if (typeof app != 'undefined' && app != null && app.bus != null) {
Expand Down

0 comments on commit d4ceb13

Please sign in to comment.