command_mode_icon typos (dash instead of underscore)

Matthias BUSSONNIER 12 years ago
parent 1f0ef5dc97
commit 72c0e4446f

@ -91,7 +91,7 @@ define([
});
// Implicitly start off in Command mode, switching to Edit mode will trigger event
$modal_ind_icon.attr('class','command-mode_icon').attr('title','Command Mode');
$modal_ind_icon.attr('class','command_mode_icon').attr('title','Command Mode');
// Kernel events
this.events.on('status_idle.Kernel',function () {

Loading…
Cancel
Save