Skip to content

Commit

Permalink
Update JS and CSS files for demo release
Browse files Browse the repository at this point in the history
  • Loading branch information
stolman-digitpaint committed Apr 19, 2022
1 parent 7b1fa4e commit 4451153
Show file tree
Hide file tree
Showing 6 changed files with 444 additions and 52 deletions.
4 changes: 2 additions & 2 deletions public/css/external.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/css/general.css

Large diffs are not rendered by default.

Binary file added public/images/sprite-tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
470 changes: 431 additions & 39 deletions public/js/site.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions views/layout.tt
Original file line number Diff line number Diff line change
Expand Up @@ -1249,10 +1249,10 @@

FOREACH filtered_curval IN layout_obj.filtered_curvals;
filval_related_field_id_items.push({
id = referring.id,
name = referring.name
});
END;
id = referring.id,
name = referring.name
});
END;

INCLUDE fields/select.tt
id = "filval_related_field_id"
Expand Down
8 changes: 4 additions & 4 deletions views/topic.tt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="card__content">
<div class="row">
<div class='col'>
[%-
[%
INCLUDE fields/input.tt
id = "name"
name = "name"
Expand All @@ -42,7 +42,7 @@
type = "text"
filter = "html"
autofocus = 1;
-%]
%]
</div>
</div>
<div class="row">
Expand All @@ -60,7 +60,7 @@
</div>
<div class="row">
<div class='col'>
[%-
[%
INCLUDE fields/switch_single.tt
id = "initial_state"
name = "initial_state"
Expand All @@ -70,7 +70,7 @@
value = "open"
checked = topic.initial_state == "open" ? 1 : 0
filter = "html";
-%]
%]
</div>
</div>
</div>
Expand Down

0 comments on commit 4451153

Please sign in to comment.