From 9d31df4b72e36259462883d361fd5b0cd203f71b Mon Sep 17 00:00:00 2001 From: Jamie Snape Date: Tue, 20 Oct 2015 16:06:12 -0400 Subject: [PATCH] Fix checked resource submenu Fixes #139. --- core/public/js/common/common.browser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/public/js/common/common.browser.js b/core/public/js/common/common.browser.js index 0feb58383..6afc065ab 100644 --- a/core/public/js/common/common.browser.js +++ b/core/public/js/common/common.browser.js @@ -78,16 +78,16 @@ midas.genericCallbackCheckboxes = function (node) { if (json.global.logged) { links += '
  • '; links += ' '; - links += ' ' + json.browse.deleteSelected + '
  • '; + links += ' ' + json.browse.deleteSelected + ''; links += ''; links += '
  • '; links += ' '; - links += 'Move all selected'; + links += 'Move all selected'; links += '
  • '; if (arraySelected['items'].length > 0) { links += '
  • '; links += ' '; - links += ' ' + json.browse.duplicateSelected + '
  • '; + links += ' ' + json.browse.duplicateSelected + ''; links += ''; } if (arraySelected['items'].length > 1 && arraySelected['folders'].length === 0) {