Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function() {
  2.     $('.page-content').fadeOut(function() {
  3.         $('.page-content').empty();
  4.         $('.page-content').load('pages/trade/csgo-test', function() {
  5.             $(this).fadeIn();
  6.             CurrentPage = 'Trade/CSGO-Test';
  7.             window.location.hash = '#/Trade/CSGO/Test';
  8.         });
  9.     });
  10. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement