Commit 8fb68957 authored by campaign's avatar campaign

by zhanyi

parent 35a67ae8
......@@ -4,7 +4,7 @@ KM.registerToolbarUI( 'node', function ( name ) {
"appendchildnode": "tab",
"removenode":"del|backspace"
};
debugger
var me = this,
msg = me.getLang('node'),
label = me.getLang( 'tooltips.' + name ),
......@@ -33,7 +33,6 @@ KM.registerToolbarUI( 'node', function ( name ) {
if ( $combox.parent().length === 0 ) {
$combox.appendTo( me.$container.find( '.kmui-dialog-container' ) );
}
});
return comboboxWidget.button().addClass( 'kmui-combobox' );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment