• Welcome to ForumKorner!
    Join today and become a part of the community.

Missing Image

Status
Not open for further replies.

sidorak95

Member
Reputation
0
You're missing this image:
http://marketforums.org/images/spinner_big.gif

So when you click reload, it shows up as broken.
Code:
function prostats_reload()
{
	if(spinner){return false;}
	this.spinner = new ActivityIndicator("body", {image: "images/spinner_big.gif"});
	new Ajax.Request('xmlhttp.php?action=prostats_reload&my_post_key='+my_post_key, {method: 'post',postBody:"", onComplete:prostats_done});
	return false;
}
 

Bree

Active Member
Reputation
0
Thats quite a nice one as well.
 
Status
Not open for further replies.
Top