Skip to content

Commit

Permalink
Fixed activate API line
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldaroot committed Jul 26, 2021
1 parent 8eb3e24 commit 1e98bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/views/admin/includes/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@
}, false);
}
['config.movies.cron', 'config.bots', 'modules.content.data.custom', 'modules.player.data.custom', 'modules.episode.data.custom', 'modules.episode.data.index.custom', 'modules.content.data.scraper', 'modules.api.data.tokens'].forEach(function(ca) {
['config.movies.cron', 'config.bots', 'modules.content.data.custom', 'modules.player.data.custom', 'modules.episode.data.custom', 'modules.episode.data.index.custom', 'modules.content.data.scraper', 'modules.api.data.tokens', "modules.player.data.cinemaplayer.picture.api", "modules.player.data.cinemaplayer.trailer.api", "modules.player.data.cinemaplayer.online.api", "modules.player.data.cinemaplayer.download.api", "modules.player.data.cinemaplayer.information.api"].forEach(function(ca) {
if (document.querySelector('[data-activate-api="' + ca + '"]') && document.querySelector('[data-delete-api="' + ca + '"]')) {
changeApi(ca);
}
Expand Down

0 comments on commit 1e98bd4

Please sign in to comment.