Skip to content

Commit

Permalink
-fix for app loading errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchmitz81 committed May 3, 2020
1 parent b33d5f0 commit b3d6568
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ctree-app/ctree-app-icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@
}
</style>

<iron-meta key="rootPath" value="{{rootPath}}"></iron-meta>

<a name="Collaboraton Trees" class="ctree-item" href="[[rootPath]]">
<paper-button>
<iron-icon src="[[rootPath]]/images/app-icon-144.png"></iron-icon>
<iron-icon src="[[rootPath]]images/app-icon-144.png"></iron-icon>
</paper-button>
</a>
</template>
Expand Down

0 comments on commit b3d6568

Please sign in to comment.