Do not keep processing the file/folder paths if the user has cancelled the operation and fix #1124 (#1177)

This commit is contained in:
Lance Pioch 2018-07-01 17:42:01 -04:00 committed by Dane Everitt
parent 1ffb5acfad
commit b5022766df
5 changed files with 16 additions and 3 deletions

View file

@ -44,7 +44,7 @@
{!! Theme::js('vendor/lodash/lodash.js') !!}
{!! Theme::js('vendor/siofu/client.min.js') !!}
@if(App::environment('production'))
{!! Theme::js('js/frontend/files/filemanager.min.js') !!}
{!! Theme::js('js/frontend/files/filemanager.min.js?updated-cancel-buttons') !!}
@else
{!! Theme::js('js/frontend/files/src/index.js') !!}
{!! Theme::js('js/frontend/files/src/contextmenu.js') !!}