From 368b810a0e0ed8d3da725f1b76cfaef480798ec4 Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Mon, 18 Apr 2011 00:27:46 -0400 Subject: [PATCH] Add new Infield Label jQuery plugin files to action.php --- lib/action.php | 2 ++ 1 file changed, 2 insertions(+) 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));