use minified version of jquery.form.js

This commit is contained in:
Evan Prodromou 2010-11-17 12:31:35 -05:00
parent 8ee0471e9a
commit d3d91f0f6e
2 changed files with 12 additions and 1 deletions

11
js/jquery.form.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -274,7 +274,7 @@ class Action extends HTMLOutputter // lawsuit
if (Event::handle('StartShowScripts', array($this))) {
if (Event::handle('StartShowJQueryScripts', array($this))) {
$this->script('jquery.min.js');
$this->script('jquery.form.js');
$this->script('jquery.form.min.js');
$this->script('jquery.cookie.js');
$this->inlineScript('if (typeof window.JSON !== "object") { $.getScript("'.common_path('js/json2.js').'"); }');
$this->script('jquery.joverlay.min.js');