Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function($) {
- $(document).ready(function(){
- $("#checkBot").click(function(e) {
- e.preventDefault();
- $.ajax({
- type: "GET",
- url: "https://proriv.myshop.bz/request?f=cron&task=updatereports",
- });
- });
- });
- })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement