Add new Infield Label jQuery plugin files to action.php

This commit is contained in:
Samantha Doherty 2011-04-18 00:27:46 -04:00
parent 1b8f9650d9
commit 368b810a0e
1 changed files with 2 additions and 0 deletions

View 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));