summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-11-27 18:12:35 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 20:02:50 +0200
commit692de6698fe29bbb6b2f4dd0cd81afd042bb0ffd (patch)
tree962a099d9f29db491b6ee201bca9b63619a16b77
parent1e95c37abb6a2975fd5a0f015f7225644aba2e2d (diff)
downloadwvs-vplan-692de6698fe29bbb6b2f4dd0cd81afd042bb0ffd.tar.gz
wvs-vplan-692de6698fe29bbb6b2f4dd0cd81afd042bb0ffd.zip
D'oh. Alles kaputt, nochmal Hotfix
-rw-r--r--config.xml2
-rw-r--r--knockout.html6
-rw-r--r--www/js/index.js3
3 files changed, 8 insertions, 3 deletions
diff --git a/config.xml b/config.xml
index dea0348..fd6d728 100644
--- a/config.xml
+++ b/config.xml
@@ -4,7 +4,7 @@
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "***REMOVED***"
- version = "1.0.4">
+ version = "1.0.5">
<name>WvS-VPlan</name>
diff --git a/knockout.html b/knockout.html
index 5dcb8c7..a8659d1 100644
--- a/knockout.html
+++ b/knockout.html
@@ -58,6 +58,12 @@
warn
</li>
<li id="1.0.3">
+ info
+ </li>
+ <li id="1.0.4">
+ force
+ </li>
+ <li id="1.0.5">
ok
</li>
</ul>
diff --git a/www/js/index.js b/www/js/index.js
index 124a414..401d271 100644
--- a/www/js/index.js
+++ b/www/js/index.js
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-version = '1.0.4';
+version = '1.0.5';
function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de
sollKey = '';
@@ -125,7 +125,6 @@ function news() {
$('#news').append(element);
});
$('#news').collapsibleset();
- console.log(list.html());
});
}