forked from GNUsocial/gnu-social
use minified version of jquery.form.js
This commit is contained in:
parent
8ee0471e9a
commit
d3d91f0f6e
11
js/jquery.form.min.js
vendored
Normal file
11
js/jquery.form.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user