forked from lubuwest/Friendiqa
version v0.6 bugfixes
This commit is contained in:
parent
8482bde3ed
commit
8b58785517
13 changed files with 36 additions and 75 deletions
|
@ -72,11 +72,13 @@ function beautify(newsitemobject,msg){
|
|||
else if (attachArray[image].mimetype=="image/png"){attachhelper.url=attachhelper.url+".png"}
|
||||
}
|
||||
else {attachhelper.url=attachArray[image].url}
|
||||
imageAttachmentList.push(attachhelper)
|
||||
|
||||
//print("Attachhelper "+attachhelper.url)
|
||||
newsitemobject.statusnet_html=newsitemobject.statusnet_html.replace(attachhelper.url,"")
|
||||
newsitemobject.statusnet_html=newsitemobject.statusnet_html.replace(attachhelper.url.substring(0,attachhelper.url.length-4)+".jpeg","")
|
||||
newsitemobject.statusnet_html=newsitemobject.statusnet_html.replace(attachhelper.url.substring(0,attachhelper.url.length-4),"")
|
||||
|
||||
imageAttachmentList.push(attachhelper)
|
||||
}
|
||||
}
|
||||
}catch(e){print("attachment "+e)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue