]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
updated jquery-infieldlabel from 0.1.2 to 0.2.1
[quix0rs-gnu-social.git] / lib / action.php
index f3e40af4ec17933d128559b21fa82f266df916d9..eb9b9c8e5275cd94754298c1e0cb16f883f798f2 100644 (file)
@@ -364,14 +364,14 @@ class Action extends HTMLOutputter // lawsuit
                     $this->script('extlib/jquery-ui/jquery-ui.min.js');
                     $this->script('jquery.cookie.min.js');
                     $this->inlineScript('if (typeof window.JSON !== "object") { $.getScript("'.common_path('js/extlib/json2.min.js', StatusNet::isHTTPS()).'"); }');
-                    $this->script('jquery.infieldlabel.min.js');
+                    $this->script('extlib/jquery.infieldlabel.min.js');
                 } else {
                     $this->script('extlib/jquery.js');
                     $this->script('extlib/jquery.form.js');
                     $this->script('extlib/jquery-ui/jquery-ui.js');
                     $this->script('jquery.cookie.js');
                     $this->inlineScript('if (typeof window.JSON !== "object") { $.getScript("'.common_path('js/extlib/json2.js', StatusNet::isHTTPS()).'"); }');
-                    $this->script('jquery.infieldlabel.js');
+                    $this->script('extlib/jquery.infieldlabel.js');
                 }
 
                 Event::handle('EndShowJQueryScripts', array($this));