mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Stop redeclaration warnings from some old widgets
This commit is contained in:
parent
b9b8a40bf4
commit
e30fb0cbb8
@ -162,7 +162,8 @@ export class et2_box extends et2_baseWidget implements et2_IDetachedDOM
|
||||
}
|
||||
|
||||
}
|
||||
et2_register_widget(et2_box, ["vbox", "box", "old-vbox", "old-box", "old-hbox"]);
|
||||
|
||||
et2_register_widget(et2_box, ["vbox", "box", "old-box",]);
|
||||
|
||||
/**
|
||||
* Details widget implementation
|
||||
|
@ -199,6 +199,7 @@ export class et2_hbox extends et2_baseWidget
|
||||
}
|
||||
}
|
||||
}
|
||||
et2_register_widget(et2_hbox, ["hbox", "old-hbox"]);
|
||||
|
||||
et2_register_widget(et2_hbox, ["old-hbox"]);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user