fix: Removing hide cards feature
This commit is contained in:
parent
5372a73ca4
commit
f8a6736183
1 changed files with 0 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ export default class Widget {
|
|||
|
||||
make_widget() {
|
||||
this.widget = $(`<div class="widget
|
||||
${ this.hidden ? "hidden" : " " }
|
||||
${ this.shadow ? "widget-shadow" : " " }
|
||||
" data-widget-name="${this.name ? this.name : ''}">
|
||||
<div class="widget-head">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue