]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
include full updated source of JSON2 and use updated minified version
[quix0rs-gnu-social.git] / lib / action.php
index 340b67d11e66fba476917e255f46c756bcde904a..0e5d7ae361c0539569e8052c37bc5e73f31da952 100644 (file)
@@ -274,9 +274,9 @@ class Action extends HTMLOutputter // lawsuit
         if (Event::handle('StartShowScripts', array($this))) {
             if (Event::handle('StartShowJQueryScripts', array($this))) {
                 $this->script('jquery.min.js');
-                $this->script('jquery.form.js');
-                $this->script('jquery.cookie.js');
-                $this->inlineScript('if (typeof window.JSON !== "object") { $.getScript("'.common_path('js/json2.js').'"); }');
+                $this->script('jquery.form.min.js');
+                $this->script('jquery.cookie.min.js');
+                $this->inlineScript('if (typeof window.JSON !== "object") { $.getScript("'.common_path('js/json2.min.js').'"); }');
                 $this->script('jquery.joverlay.min.js');
                 Event::handle('EndShowJQueryScripts', array($this));
             }