File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
administrator/components/com_media/resources/scripts/components/browser/items Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 114114 /* Opening confirm delete modal */
115115 openConfirmDeleteModal (){
116116 this .$store .commit (types .UNSELECT_ALL_BROWSER_ITEMS );
117- this .$store .commit (types .SELECT_BROWSER_ITEM , this .item );
117+ this .$store .commit (types .SELECT_BROWSER_ITEM , this .item );
118118 this .$store .commit (types .SHOW_CONFIRM_DELETE_MODAL );
119119 },
120120 /* Rename an item */
Original file line number Diff line number Diff line change 9090 this .$store .commit (types .SHOW_PREVIEW_MODAL );
9191 this .$store .dispatch (' getFullContents' , this .item );
9292 },
93- /* Preview an item */
94- download () {
95- this .$store .dispatch (' download' , this .item );
96- },
93+ /* Preview an item */
94+ download () {
95+ this .$store .dispatch (' download' , this .item );
96+ },
9797 /* Opening confirm delete modal */
9898 openConfirmDeleteModal (){
99- this .$store .commit (types .UNSELECT_ALL_BROWSER_ITEMS );
100- this .$store .commit (types .SELECT_BROWSER_ITEM , this .item );
101- this .$store .commit (types .SHOW_CONFIRM_DELETE_MODAL );
99+ this .$store .commit (types .UNSELECT_ALL_BROWSER_ITEMS );
100+ this .$store .commit (types .SELECT_BROWSER_ITEM , this .item );
101+ this .$store .commit (types .SHOW_CONFIRM_DELETE_MODAL );
102102 },
103103 /* Rename an item */
104104 openRenameModal () {
You can’t perform that action at this time.
0 commit comments