Opened 13 years ago
Closed 13 years ago
#6357 closed bug (invalid)
Crash in firefox
Reported by: | souse | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
var objImgAvatar = $("#imgReceiverAvatar");
if(receiverOnlineUid == 0) {
objImgAvatar.attr("src", "images/anybody_avatar.gif");
} else {
this line will be crashed
objImgAvatar.attr("src", "usr/get_avatar.php?online_uid=" + receiverOnlineUid);
this line work fine
$("#imgReceiverAvatar").attr("src", "usr/get_avatar.php?online_uid=" + receiverOnlineUid);
}
Note: See
TracTickets for help on using
tickets.
Please reopen with a complete test case.