Skip to content

Commit

Permalink
BUGFIX Fails when used with an UploadField
Browse files Browse the repository at this point in the history
  • Loading branch information
muskie9 committed Jun 19, 2017
1 parent 5ee034c commit 4882d8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/extensions/QuickAddNewExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public function useAddNew(
Requirements::javascript(THIRDPARTY_DIR . '/jquery/jquery.js');
Requirements::javascript(THIRDPARTY_DIR . '/jquery-entwine/dist/jquery.entwine-dist.js');
Requirements::javascript(THIRDPARTY_DIR . '/jquery-ui/jquery-ui.js');
Requirements::javascript(THIRDPARTY_DIR . '/jquery-validate/lib/jquery.form.js');
Requirements::javascript(QUICKADDNEW_MODULE . '/javascript/quickaddnew.js');
Requirements::css(THIRDPARTY_DIR . '/jquery-ui-themes/smoothness/jquery-ui.css');
Requirements::css(QUICKADDNEW_MODULE . '/css/quickaddnew.css');
Expand Down

0 comments on commit 4882d8a

Please sign in to comment.