diff --git a/notebook/static/notebook/js/quickhelp.js b/notebook/static/notebook/js/quickhelp.js index 98d9cfb1dc..6a75284f4e 100644 --- a/notebook/static/notebook/js/quickhelp.js +++ b/notebook/static/notebook/js/quickhelp.js @@ -191,11 +191,13 @@ define([ 'border. Command mode binds the keyboard to notebook level actions '+ 'and is indicated by a grey cell border.' ); + element.append(doc); if (platform === 'MacOS') { + doc = $('
').addClass('alert alert-info'); var key_div = this.build_key_names(); doc.append(key_div); + element.append(doc); } - element.append(doc); // Command mode var cmd_div = this.build_command_help();