1. remove cluetip out of the js directory and use http://drupal.org/project/jq or similar projects
  2. Creates english version of lies_mich-debian.txt
  3. some minor code style problems
  4. <?php
     $onlinesecs = $onlinesecs % (60 * 60 * 24);
      $hours = intval($onlinesecs / (60 * 60) );
      $onlinesecs = $onlinesecs % (60 * 60);
      $mins = intval($onlinesecs / 60 );
      $onlinesecs = $onlinesecs % 60;
    ?>

    Shouldn't calculate the seconds each time

Just some ideas how to make this awesome

Comments

dawehner’s picture

Assigned: dawehner » Unassigned