diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-11-27 18:12:35 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:50 +0200 |
| commit | 692de6698fe29bbb6b2f4dd0cd81afd042bb0ffd (patch) | |
| tree | 962a099d9f29db491b6ee201bca9b63619a16b77 /www | |
| parent | 1e95c37abb6a2975fd5a0f015f7225644aba2e2d (diff) | |
| download | wvs-vplan-692de6698fe29bbb6b2f4dd0cd81afd042bb0ffd.tar.gz wvs-vplan-692de6698fe29bbb6b2f4dd0cd81afd042bb0ffd.zip | |
D'oh. Alles kaputt, nochmal Hotfix
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
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()); }); } |
