Don't alert

This commit is contained in:
Raphael 2010-08-25 16:47:11 -07:00
parent 55c94c385c
commit 3a91858bcf

View file

@ -21,7 +21,6 @@
}else if (obj['class']=='photos' && onPageForClass('albums')){
processPhotoInAlbum(obj['photo_hash'])
}else{
alert("hey");
processPost(obj['class'], obj['html'], obj['group_ids'])
}