force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
11
ControlPanel/themes/MasterControlProgram/modules/user_games/del.js
Executable file
11
ControlPanel/themes/MasterControlProgram/modules/user_games/del.js
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
$(document).ready(function(){
|
||||
$('.main > p:nth-child(1)').replaceWith('<div class="alert alert-warning" role="alert">'+$('.main > p:nth-child(1)').html()+'</div>');
|
||||
$('.main > p:nth-child(2)').replaceWith('<table class="table table-sm table-striped"><tr><td>'+$('.main > p:nth-child(2)').html()+'</td></table>');
|
||||
$('.main td').each(function(){
|
||||
$(this).html($(this).html().replace('|',''));
|
||||
});
|
||||
|
||||
|
||||
$('.main [href$="&files=y"], .main [href^="?m=user_games&p=del&y=y&home_id="]').addClass('btn').addClass('btn-sm').addClass('btn-danger');
|
||||
$('.main [href="?m=user_games"]').addClass('btn').addClass('btn-sm').addClass('btn-primary');
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue