diff --git a/templates/dynamictags.inc.php b/templates/dynamictags.inc.php index 07e3ee9..c6b0d16 100644 --- a/templates/dynamictags.inc.php +++ b/templates/dynamictags.inc.php @@ -80,9 +80,9 @@ Array.prototype.remove = function (ele) { }; function addonload(addition) { - var existing = window.onload; + //var existing = window.onload; window.onload = function () { - existing(); + //existing(); addition(); } } diff --git a/templates/editbookmark.tpl.php b/templates/editbookmark.tpl.php index aa875ce..264a3c1 100644 --- a/templates/editbookmark.tpl.php +++ b/templates/editbookmark.tpl.php @@ -48,7 +48,7 @@ $this->includeTemplate("dojo.inc"); - + @@ -103,7 +103,7 @@ $this->includeTemplate("dojo.inc"); includeTemplate('dynamictags.inc'); +$this->includeTemplate('dynamictags.inc'); // Bookmarklets and import links if (empty($_REQUEST['popup']) && (!isset($showdelete) || !$showdelete)) {