Don't alert
This commit is contained in:
parent
55c94c385c
commit
3a91858bcf
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@
|
||||||
}else if (obj['class']=='photos' && onPageForClass('albums')){
|
}else if (obj['class']=='photos' && onPageForClass('albums')){
|
||||||
processPhotoInAlbum(obj['photo_hash'])
|
processPhotoInAlbum(obj['photo_hash'])
|
||||||
}else{
|
}else{
|
||||||
alert("hey");
|
|
||||||
processPost(obj['class'], obj['html'], obj['group_ids'])
|
processPost(obj['class'], obj['html'], obj['group_ids'])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue