Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AN0NCER committed Apr 1, 2024
1 parent c2dcb48 commit f7c5c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 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 @@ -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

0 comments on commit f7c5c4e

Please sign in to comment.