Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as JavaScript by DerLippo ( 8 years ago )
[removed]
$('#menu_profile').click(function() {
load_page_profile();
});
function load_page_profile(){
$.ajax({
url: "https://soundminer.net/pages/profile.php",
success: function(data){
$('.content-wrapper').html(data);
}
});
}
[removed]
Revise this Paste
Children: 92043