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,6 +0,0 @@
|
|||
$(document).ready(function() {
|
||||
$('.main > style').remove();
|
||||
$('.main > h4').each(function(){
|
||||
$(this).replaceWith('<div class="alert alert-info">'+$(this).text()+'</div>');
|
||||
});
|
||||
});
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
.main [href="?m=simple-billing&p=cart"] > img {
|
||||
display: none;
|
||||
}
|
||||
.main [href="?m=simple-billing&p=cart"] .fa {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
$(document).ready(function() {
|
||||
$('.main [href="?m=simple-billing&p=cart"]').addClass('btn').addClass('btn-sm').addClass('btn-primary').prepend('<i class="fa fa-shopping-cart" aria-hidden="true"></i>');
|
||||
});
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
$(document).ready(function() {
|
||||
$('.main > p:first-of-type').css("background-color", "").css("color", "");
|
||||
$('p > [href="?m=register&p=form"], p > [href="index.php"]').addClass('btn').addClass('btn-xs').addClass('btn-primary');
|
||||
});
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
$(document).ready(function() {
|
||||
$('.main > style:nth-child(2)').remove();
|
||||
});
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue