mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-07 22:18:29 +01:00
update blogger
This commit is contained in:
parent
74b7e526b8
commit
80441a4a4c
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -437,7 +437,7 @@ class Blogger extends this.OS.application.BaseApplication
|
||||
begin = 0
|
||||
for it in replace
|
||||
ret += text.substring begin, it.index
|
||||
ret += embed(it[2])
|
||||
ret += embed(it[1])
|
||||
begin = it.index + it[0].length
|
||||
ret += text.substring begin, text.length
|
||||
#console.log ret
|
||||
|
Loading…
Reference in New Issue
Block a user