diff --git a/app/assets/javascripts/src/Metamaps.JIT.js b/app/assets/javascripts/src/Metamaps.JIT.js index dff655ce..6099fd0f 100644 --- a/app/assets/javascripts/src/Metamaps.JIT.js +++ b/app/assets/javascripts/src/Metamaps.JIT.js @@ -1322,9 +1322,9 @@ Metamaps.JIT = { var disabled = authorized ? "" : "disabled"; - if (Metamaps.Active.Map) menustring += '
  • Hide until refresh
  • '; - if (Metamaps.Active.Map && Metamaps.Active.Mapper) menustring += '
  • Remove from map
  • '; - if (Metamaps.Active.Map && Metamaps.Active.Mapper) menustring += '
  • Delete
  • '; + if (Metamaps.Active.Map) menustring += '
  • Hide until refresh
    Ctrl+H
  • '; + if (Metamaps.Active.Map && Metamaps.Active.Mapper) menustring += '
  • Remove from map
    Ctrl+M
  • '; + if (Metamaps.Active.Map && Metamaps.Active.Mapper) menustring += '
  • Delete
    Ctrl+D
  • '; if (Metamaps.Active.Topic) { @@ -1337,6 +1337,8 @@ Metamaps.JIT = {
  • private
  • \ '; + menustring += '
  • '; + menustring += '
  • Change permissions' + options + '
  • '; var metacodeOptions = $('#metacodeOptions').html(); @@ -1344,6 +1346,11 @@ Metamaps.JIT = { menustring += '
  • Change metacode' + metacodeOptions + '
  • '; } if (Metamaps.Active.Topic) { + + if (!Metamaps.Active.Mapper) { + menustring += '
  • '; + } + // set up the get sibling menu as a "lazy load" // only fill in the submenu when they hover over the get siblings list item var siblingMenu = '