Skip to content

Commit

Permalink
Merge pull request #92 from AN0NCER/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AN0NCER authored Apr 1, 2024
2 parents 2640b43 + f7c5c4e commit c8dbf4c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<link rel="stylesheet" href="/style/css/min/swiper-bundle.min.css">
<link rel="stylesheet" href="/style/css/index.css">
<link rel="manifest" href="/images/icons/manifest-o.json">
<script src="/simons.js"></script>
<script src="/javascript/library/jqery.min.js"></script>
<script src="/javascript/engine/event_handler.js"></script>
</head>
Expand Down
5 changes: 2 additions & 3 deletions javascript/pages/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Main(async (e) => {
return document.location.replace('404a.html');
}

ApiTunime.anime($ID);

Functional();

UserRate().Events.OnInit((res) => {
Expand Down Expand Up @@ -114,7 +112,7 @@ Main(async (e) => {
}
});

Player().events.onplayed(() => {
Player().events.onplayed((e) => {
if ($CONTINUE != null && $CONTINUE != false) {
//Получаем историю спика продолжение просмотра
let history = History().get();
Expand Down Expand Up @@ -166,6 +164,7 @@ Main(async (e) => {
inline: "nearest",
});
}
ApiTunime.anime($ID);
});
History().shikiData = e;
History().custom.init();
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 = '159';
var version = '160';
var cacheName = 'pwa-tunime-v' + version;
var appShellFilesToCache = [
// Директория: /images/icons
Expand Down
1 change: 0 additions & 1 deletion watch.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<link rel="stylesheet" href="/style/css/main.css" />
<link rel="stylesheet" href="/style/css/watch.css" />
<link rel="manifest" href="/images/icons/manifest-o.json">
<script src="/simons.js"></script>
</head>

<body class="loading unselectable">
Expand Down

0 comments on commit c8dbf4c

Please sign in to comment.