Skip to content

Commit

Permalink
Merge branch 'master' into dialogflow-training-data
Browse files Browse the repository at this point in the history
  • Loading branch information
rasabot authored Nov 5, 2020
2 parents a146ed7 + 8625d48 commit 3fb355a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rasa/shared/core/training_data/visualization.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<div id="errormsg" style="color: #b00"></div>
<svg>
<style>
<style id="graph-style">
.node.invisible > rect {
display: none;
}
Expand Down Expand Up @@ -129,7 +129,7 @@

if (isClient) {
// Mark all nodes and their edges as active
cssRules = document.styleSheets[0].cssRules;
cssRules = document.getElementById('graph-style').sheet.cssRules;
cssRules[3].style.opacity = 1;
cssRules[4].style.opacity = 1;

Expand Down

0 comments on commit 3fb355a

Please sign in to comment.