Advertisement
TylerB

thesimsresource.com

Dec 20th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. pageDoneLoading();
  2.  
  3. var button = $(".okletsdothis");
  4. var download = $(".time-remaining").length === 1
  5.  
  6. if(download){
  7.     $("body").hide();
  8.    
  9.    _dl(itemId, "zip", function(url){
  10.         document.location.href = url;
  11.        
  12.         setTimeout(function(){
  13.             window.history.back();
  14.         }, 500);
  15.     })
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement