Skip to content

Commit 98b16f7

Browse files
committed
version 2.3.33 fx
2 parents 762e33a + 4716623 commit 98b16f7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

http/html.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet"
1212
type="text/css"
1313
href="/css/main.css?v=de287ec">
14-
<script src="/js/main.js?v=27e7fb9"></script>
14+
<script src="/js/main.js?v=f2ac475"></script>
1515

1616
</head>
1717
<body id="pk">

http/js/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

totum/templates/html.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet"
1212
type="text/css"
1313
href="/css/main.css?v=de287ec">
14-
<script src="/js/main.js?v=27e7fb9"></script>
14+
<script src="/js/main.js?v=f2ac475"></script>
1515

1616
</head>
1717
<body id="pk">

totum/templates/page_template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<?php
1919
} ?>
2020

21-
<script src="/js/main.js?v=27e7fb9"></script>
21+
<script src="/js/main.js?v=f2ac475"></script>
2222
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?12"></script>
2323
<script>App.lang=App.langs["<?= $this->Config->getLang() ?>"]</script>
2424

totum/templates/page_template_simple.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet"
99
type="text/css"
1010
href="/css/main.css?v=de287ec">
11-
<script src="/js/main.js?v=27e7fb9"></script>
11+
<script src="/js/main.js?v=f2ac475"></script>
1212
<script src="/js/i18n/<?= $this->Config->getLang() ?>.js?12"></script>
1313
<script>App.lang=App.langs["<?= $this->Config->getLang() ?>"]</script>
1414

0 commit comments

Comments
 (0)