From f3df3c23238468925c5b1412eab1534f76b08814 Mon Sep 17 00:00:00 2001 From: mirkoperillo Date: Mon, 23 Mar 2020 07:38:34 +0100 Subject: [PATCH] add license and contributors references --- src/index.html | 2 ++ src/js/app.js | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index b223235..9a6ce62 100644 --- a/src/index.html +++ b/src/index.html @@ -257,6 +257,7 @@

Resting v1.0.2

+

License: GPLv3

Project Website -- Issue tracker
@@ -267,6 +268,7 @@

Resting v1.0.2

Credits
+

Thank you to all the project contributors

Addon icon made by Freepik from www.flaticon.com

diff --git a/src/js/app.js b/src/js/app.js index 7255a62..2c85327 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -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);