diff --git a/app.js b/app.js index f27061e2..4dbc14e6 100644 --- a/app.js +++ b/app.js @@ -118,6 +118,12 @@ $(function() { } }); + $('.keymap__remove').on('click', function(e) { + // Show the factory keymap after removal of a keymap. + $('.sidebar__level-2--item:first').click(); + $('.notification').show(); + }); + $('.notification').on('click', '.notification__dismiss', function(e) { $('.notification').hide(); });