mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-20 07:49:46 +02:00
update blogger
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user