File tree 1 file changed +2
-2
lines changed
app/code/Magento/MediaGalleryUi/view/adminhtml/web/js/directory 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ define([
201
201
/**
202
202
* Remove ability to multiple select on nodes
203
203
*/
204
- disableMultiselectBehavior : function ( ) {
204
+ disableMultiselectBehavior : function ( ) {
205
205
$ . jstree . defaults . ui [ 'select_range_modifier' ] = false ;
206
206
$ . jstree . defaults . ui [ 'select_multiple_modifier' ] = false ;
207
207
} ,
@@ -287,7 +287,7 @@ define([
287
287
* @returns {String|null }
288
288
*/
289
289
getRequestedDirectory : function ( ) {
290
- return ( ! _ . isUndefined ( window . MediabrowserUtility ) && window . MediabrowserUtility . pathId !== '' )
290
+ return ! _ . isUndefined ( window . MediabrowserUtility ) && window . MediabrowserUtility . pathId !== ''
291
291
? Base64 . idDecode ( window . MediabrowserUtility . pathId )
292
292
: null ;
293
293
} ,
You can’t perform that action at this time.
0 commit comments