mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Refactor JavaScript functionality for improved performance and maintainability. Optimized theme initialization, event delegation, and modal handling. Consolidated copy-to-clipboard functionality and added new features for user management in the admin panel. Updated confirmation prompts to use data attributes for better accessibility. Cleaned up unused scripts and improved code organization across various files.
This commit is contained in:
@@ -247,7 +247,7 @@
|
||||
</a>
|
||||
<a href="{{ url('admin/movie-edit?id=' . ($movie['imdbid'] ?? $movie->imdbid ?? '') . '&update=1') }}"
|
||||
class="ml-auto px-6 py-2 bg-green-600 text-white rounded-lg hover:bg-green-700"
|
||||
onclick="return confirm('This will fetch and update movie data from TMDB. Continue?')">
|
||||
data-confirm="This will fetch and update movie data from TMDB. Continue?">
|
||||
<i class="fa fa-refresh mr-2"></i>Update from TMDB
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user