From 92835decb3d320f5a4a4ed0664276f013f4ae91e Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 23 Nov 2014 13:14:53 +0100 Subject: Hotfix: App war komisch gebaut; neue Version --- config.xml | 10 +--------- knockout.html | 5 ++++- www/js/index.js | 4 ++-- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/config.xml b/config.xml index 03aeb47..e622a44 100644 --- a/config.xml +++ b/config.xml @@ -4,7 +4,7 @@ + version = "1.0.3"> WvS-VPlan @@ -17,9 +17,6 @@ - - - @@ -36,11 +33,6 @@ - - - - - diff --git a/knockout.html b/knockout.html index 69bb597..5dcb8c7 100644 --- a/knockout.html +++ b/knockout.html @@ -52,9 +52,12 @@ info
  • - ok + info
  • + warn +
  • +
  • ok
  • diff --git a/www/js/index.js b/www/js/index.js index 495bf3a..0f3bb07 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -13,10 +13,10 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ -version = '1.0.2'; +version = '1.0.3'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; -- cgit v1.3.1