fixed mentions
This commit is contained in:
parent
2b925dec34
commit
0d39948c7e
9 changed files with 357 additions and 23 deletions
|
@ -89,5 +89,8 @@ function findProfileURL(entity, callback) {
|
|||
}
|
||||
|
||||
function debug(string) {
|
||||
if (typeof string == "Object") {
|
||||
string = JSON.stirngify(string);
|
||||
}
|
||||
alert("DEBUG: " + string);
|
||||
}
|
Reference in a new issue