Skip to content

Commit

Permalink
corrected ViewInWidget-Dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Standarduser committed May 5, 2024
1 parent 9b2cb38 commit 28c8606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ The widgets are designed for VIS 1.x.
* create Thermostat
* create Select-tile
* create Submenue-Button
* CSS: make colors of dialog window nice
* Radiobutton: new property "division" with selectable values (1:1; 3:4)
* remove test divs from hkt-ViewInWidget-Dialog

## Changelog
<!--
Expand All @@ -45,6 +43,7 @@ The widgets are designed for VIS 1.x.
### **WORK IN PROGRESS**

* (Standarduser) made colors of datepicker window nice
* (Standarduser) removed test divs from hkt-ViewInWidget-Dialog

### 0.0.12 (2024-05-03)

Expand Down
3 changes: 1 addition & 2 deletions widgets/vis-homekittiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@
</div>

<div class="vis-widget-dialog <%== this.data.attr('class') %>" id="<%= this.data.attr('wid') %>_dialog" style="display:none" title="<%= this.data.attr('title') %>">
<div data-vis-contains="<%= this.data.attr('contains_view') %>" class="vis-widget-body vis-view-container"><div class="test1"></div></div>
<div class="test2"></div>
<div data-vis-contains="<%= this.data.attr('contains_view') %>" class="vis-widget-body vis-view-container"></div>
</div>

<div class="increment" <%= (el) -> vis.binds['vis-homekittiles'].addIncrement(el, data) %>></div>
Expand Down

0 comments on commit 28c8606

Please sign in to comment.