Skip to content

Commit

Permalink
Merge pull request #88 from AN0NCER/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AN0NCER authored Mar 24, 2024
2 parents 09afe81 + f67831f commit 1763071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions 404a.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<!-- #region JavaScript-->
<script src="/javascript/library/jqery.min.js"></script>
<script src="/javascript/kodik.js"></script>
<script src="/javascript/parametrs.js"></script>
<script src="/javascript/pages/404a.js" type="module"></script>
<!-- #endregion -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion javascript/parametrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const $PARAMETERS = {
full: true,
alternative_full: false,
standart_controls: false,
autonekst: true,
autonekst: false,
autoquality: true,
skipmoments: true
},
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '155';
var version = '156';
var cacheName = 'pwa-tunime-v' + version;
var appShellFilesToCache = [
// Директория: /images/icons
Expand Down

0 comments on commit 1763071

Please sign in to comment.