Skip to content

Commit

Permalink
Disable dashboard edit mode, display mode, and saving on main index page
Browse files Browse the repository at this point in the history
  • Loading branch information
aalpern committed Sep 11, 2015
1 parent 1664fe4 commit bd7ddb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tessera-server/tessera/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ <h3>Featured Dashboards</h3>
})
}
})

// Disable keyboard shortcuts for edit, save, and mode change.
Mousetrap.unbind('ctrl+shift+e')
Mousetrap.unbind('ctrl+shift+s')
Mousetrap.unbind('ctrl+shift+d')
</script>

{% endblock %}

0 comments on commit bd7ddb3

Please sign in to comment.