membersince addon works now with frio #519

Merged
rabuzarus merged 3 commits from 20180206_-_membersince_frio_support into develop 2018-02-07 14:48:34 +01:00
Showing only changes of commit 9faa56702a - Show all commits

View file

@ -49,7 +49,7 @@ function membersince_display(&$a, &$b)
$div->appendChild($hr);
$div->appendChild($label);
$div->appendChild($entry);
$elm->parentNode->appendChild($div);
$elm->parentNode->insertBefore($div, $elm->nextSibling);
$b = $doc->saveHTML();
} else {