Skip to content

Commit

Permalink
Merge pull request sheadawson#41 from muskie9/bugfix/failsWithUploadF…
Browse files Browse the repository at this point in the history
…ield#27

BUGFIX Fails when used with an UploadField
  • Loading branch information
sheadawson authored Jun 19, 2017
2 parents f90a9ec + 4882d8a commit fb969e1
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 @@ -81,7 +81,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 fb969e1

Please sign in to comment.