Thread
:
Customize N900 Conversations
View Single Post
5spdvl
2011-03-04 , 00:03
Posts: 220 | Thanked: 66 times | Joined on Aug 2010 @ Melbourne, Australia
#
856
So:
if (item.name_str != "") {
var name = item.name_str;
name = "";
name_tag.textContent = name;
name_tag.textContent = "";
}
...as the entire function to remove both names?
Edit: works nicely, thanks mate.
Last edited by 5spdvl; 2011-03-04 at
00:19
.
Quote & Reply
|
5spdvl
View Public Profile
Send a private message to 5spdvl
Find all posts by 5spdvl