]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add new Infield Label jQuery plugin files to action.php
authorSamantha Doherty <sammy@status.net>
Mon, 18 Apr 2011 04:27:46 +0000 (00:27 -0400)
committerSamantha Doherty <sammy@status.net>
Mon, 18 Apr 2011 04:27:46 +0000 (00:27 -0400)
lib/action.php

index 0234d2fa237aa7c64ed2217396b7175043fc0c89..a16a02757309f7c73aef92e3df6fd21af30f3e98 100644 (file)
@@ -309,6 +309,7 @@ class Action extends HTMLOutputter // lawsuit
                     $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');
+                    $this->script('jquery.infieldlabel.min.js');
                 } else {
                     $this->script('jquery.js');
                     $this->script('jquery.form.js');
@@ -316,6 +317,7 @@ class Action extends HTMLOutputter // lawsuit
                     $this->script('jquery.cookie.js');
                     $this->inlineScript('if (typeof window.JSON !== "object") { $.getScript("'.common_path('js/json2.js').'"); }');
                     $this->script('jquery.joverlay.js');
+                    $this->script('jquery.infieldlabel.js');
                 }
 
                 Event::handle('EndShowJQueryScripts', array($this));