From: Samantha Doherty Date: Mon, 18 Apr 2011 04:27:46 +0000 (-0400) Subject: Add new Infield Label jQuery plugin files to action.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=368b810a0e0ed8d3da725f1b76cfaef480798ec4;p=quix0rs-gnu-social.git Add new Infield Label jQuery plugin files to action.php --- diff --git a/lib/action.php b/lib/action.php index 0234d2fa23..a16a027573 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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));