summaryrefslogtreecommitdiff
path: root/www/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/index.js')
-rw-r--r--www/js/index.js10
1 files changed, 4 insertions, 6 deletions
diff --git a/www/js/index.js b/www/js/index.js
index 5f04169..6e16c36 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 = '0.9.10_rc9';
+version = '1.0.0';
function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de
sollKey = '';
@@ -138,7 +138,7 @@ $('#mainpage').on('pagebeforeshow', function(){
moment.lang('de');
/* Nutzungsstatistiken */
- _paq.push(['setTrackerUrl', 'http://klimaag.***REMOVED***/piwik/piwik.php']); // TODO Https wäre schön.
+ _paq.push(['setTrackerUrl', 'http://klimaag.***REMOVED***/piwik/piwik.php']); // Https wäre schön.
_paq.push(['setSiteId', 5]);
console.log('Piwik initialisiert');
@@ -357,8 +357,6 @@ function parseVertretungen(str, username){
* ([\wäöü-]+)
* Klasse
*
- * TODO offensichtlich kommt auch KlasseAlt -> KlasseNeu vor :T
- *
* (\d+(?:[ ]*-[ ]*\d+)?)
* (Stunde x bis)? Stunde y
*
@@ -595,7 +593,7 @@ function benutzeVertretungen(pageText, $div){
$div.prepend($holder);
}else{
if($('#notifynullflip').val() == 'true'){
- addNotification(vdate, ['Keine weiteren Vertretungen'], $div); // TODO FIXME Problem bei mehreren Seiten!
+ addNotification(vdate, ['Keine weiteren Vertretungen'], $div);
}
}
}
@@ -699,7 +697,7 @@ function getPlanTabName(fname){
return null;
}
- return [name, vdate, results[1]]; // TODO aua, das geht aber schöner
+ return [name, vdate, results[1]]; // FIXME aua, das geht aber schöner
}
/* fügt ein neues Tab in die Navigationsleiste ein und gibt den Namen des Tab-Divs zurück */