]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialPhotos/GNUsocialPhotosPlugin.php
Cool js photo resizing effect
[quix0rs-gnu-social.git] / plugins / GNUsocialPhotos / GNUsocialPhotosPlugin.php
index 7be8b0a962305863c4285ed6ae113109a978dde6..a3aed95c0cefd2ac1511a2758f6ed22b5e8749b5 100644 (file)
@@ -199,5 +199,10 @@ class GNUsocialPhotosPlugin extends Plugin
     {
         $action->cssLink('/plugins/GNUsocialPhotos/res/style.css');
     }
+
+    function onEndShowScripts($action)
+    {
+        $action->script('plugins/GNUsocialPhotos/res/gnusocialphotos.js');
+    }
 }