]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Bookmark/BookmarkPlugin.php
Some special .js for the bookmark plugin, so we can control the form in the second...
[quix0rs-gnu-social.git] / plugins / Bookmark / BookmarkPlugin.php
index c6fe987dc75d943e813bb8a4b4aa5eb692f04990..9d92fd61a3c0fb4d8c065431c18426d7286e3695 100644 (file)
@@ -130,6 +130,11 @@ class BookmarkPlugin extends MicroAppPlugin
         return true;
     }
 
+    function onEndShowScripts($action)
+    {
+        $action->script($this->path('js/bookmark.js'));
+        return true;
+    }
     /**
      * Load related modules when needed
      *