Skip to content

Commit d317f5c

Browse files
authored
Merge pull request #5 from tmtung144/patch-1
2 parents f4a8b62 + b7465a2 commit d317f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/standalonepopup.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
soundPath: '{{ asset($dir.'/sounds') }}',
2020
dialog: {width: 900, modal: true, title: 'Select a file'},
2121
resizable: false,
22-
onlyMimes: @json(unserialize(urldecode(request('mimes')))),
22+
onlyMimes: @json(unserialize(urldecode(request('mimes'))), JSON_UNESCAPED_SLASHES),
2323
commandsOptions: {
2424
getfile: {
2525
multiple: {{ request('multiple') ? 'true' : 'false' }},

0 commit comments

Comments
 (0)