Skip to content

Commit

Permalink
add license and contributors references
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoperillo committed Mar 23, 2020
1 parent ee083f2 commit f3df3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
</div>
<div class="panel-body">
<h4>Resting v1.0.2</h4>
<p>License: <a href="https://github.com/mirkoperillo/resting/blob/master/LICENSE" target="_blank">GPLv3</a></p>
<a target="_blank" href="https://github.com/mirkoperillo/resting">Project Website</a> --
<a target="_blank" href="https://github.com/mirkoperillo/resting/issues">Issue tracker</a>
</div>
Expand All @@ -267,6 +268,7 @@ <h4>Resting v1.0.2</h4>
Credits<span style="cursor: pointer;" class="glyphicon glyphicon-remove pull-right" data-bind="click: dismissCreditsDialog"></span>
</div>
<div class="panel-body">
<p>Thank you to all the project <a href="https://github.com/mirkoperillo/resting/blob/master/CONTRIBUTORS.md" target="_blank">contributors</a></p>
<p>Addon icon made by <a href="http://www.freepik.com" target="_blank">Freepik</a> from <a href="http://www.flaticon.com" target="_blank">www.flaticon.com</a></p>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ requirejs(['jquery','app/storage','knockout','knockout-secure-binding','hjls','a
};
}

/**
* PROBLEMI con remove and active
*
*/
function TabContextVm(counter = 1) {
const self = this;
this.name = ko.observable('TAB ' + counter);
Expand Down

0 comments on commit f3df3c2

Please sign in to comment.