]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
Implement user interface for user to preview what location they are sharing with...
[quix0rs-gnu-social.git] / lib / action.php
index dac0e2583c42cf86148e55a155fcb76e3eefc808..35df03566b4fd008e917faf70ded6d25e7f5441c 100644 (file)
@@ -252,6 +252,7 @@ class Action extends HTMLOutputter // lawsuit
             if (Event::handle('StartShowJQueryScripts', array($this))) {
                 $this->script('js/jquery.min.js');
                 $this->script('js/jquery.form.js');
+                $this->script('js/jquery.cookie.js');
                 $this->script('js/jquery.joverlay.min.js');
                 Event::handle('EndShowJQueryScripts', array($this));
             }