This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,16 +78,16 @@ midas.genericCallbackCheckboxes = function (node) {
78
78
if ( json . global . logged ) {
79
79
links += '<li style="background-color: white;">' ;
80
80
links += ' <img alt="" src="' + json . global . coreWebroot + '/public/images/icons/close.png"/> ' ;
81
- links += ' <a onclick="midas.deleteSelected("' + folders + '","' + items + '" )">' + json . browse . deleteSelected + '</a></li>' ;
81
+ links += ' <a onclick="midas.deleteSelected(\'' + folders + '\',\'' + items + '\' )">' + json . browse . deleteSelected + '</a></li>' ;
82
82
links += '</li>' ;
83
83
links += '<li>' ;
84
84
links += '<img alt="" src="' + json . global . coreWebroot + '/public/images/icons/move.png"/> ' ;
85
- links += '<a onclick="midas.moveSelected("' + folders + '","' + items + '" )" element="' + items + '">Move all selected</a>' ;
85
+ links += '<a onclick="midas.moveSelected(\'' + folders + '\',\'' + items + '\' )" element="' + items + '">Move all selected</a>' ;
86
86
links += '</li>' ;
87
87
if ( arraySelected [ 'items' ] . length > 0 ) {
88
88
links += '<li style="background-color: white;">' ;
89
89
links += ' <img alt="" src="' + json . global . coreWebroot + '/public/images/icons/copy.png"/> ' ;
90
- links += ' <a onclick="midas.duplicateSelected("' + folders + '","' + items + '" )">' + json . browse . duplicateSelected + '</a></li>' ;
90
+ links += ' <a onclick="midas.duplicateSelected(\'' + folders + '\',\'' + items + '\' )">' + json . browse . duplicateSelected + '</a></li>' ;
91
91
links += '</li>' ;
92
92
}
93
93
if ( arraySelected [ 'items' ] . length > 1 && arraySelected [ 'folders' ] . length === 0 ) {
You can’t perform that action at this time.
0 commit comments