web: bunch of fixes
Following works, but saving to storage does not. I need to implement indexddb API to save event data.
This commit is contained in:
parent
d02992c7e6
commit
4db7250ccc
11 changed files with 115 additions and 227 deletions
|
@ -1,4 +1,4 @@
|
|||
function linkify(text, show_media) {
|
||||
function linkify(text="", show_media=false) {
|
||||
return text.replace(URL_REGEX, function(match, p1, p2, p3) {
|
||||
const url = p2+p3;
|
||||
let parsed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue