Moved the Agents into their own repo. Kept the agent.pl just for reference
This commit is contained in:
parent
22381be29a
commit
8680a02b13
18132 changed files with 0 additions and 2569420 deletions
|
|
@ -1,20 +0,0 @@
|
|||
$(document).ready(function()
|
||||
{
|
||||
$('.main > table').before('<div class="addons d-flex mb-1"></div>');
|
||||
$('.main td').contents().appendTo('.addons');
|
||||
$('.main > table').remove();
|
||||
|
||||
$('.main [type="submit"]').removeClass('btn-primary').addClass('btn-secondary');
|
||||
|
||||
$('.main [href*="&addon_type="]').each(function()
|
||||
{
|
||||
$(this).addClass('btn btn-primary d-flex flex-column justify-content-center align-items-center').wrapInner('<span>');
|
||||
|
||||
var btnTextSplit = $(this).find('span').text().split('(');
|
||||
var btnText = btnTextSplit[0];
|
||||
var btnMods = btnTextSplit[1].split(')')[0];
|
||||
|
||||
$(this).find('span').text(btnText);
|
||||
$(this).prepend('<span class="badge bg-secondary">' + btnMods + '</span>');
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue