Improved www.ttss.krakow.pl
Jacek Kowalski
2019-05-04 ca42d38139f52d8edf6e0792b8cfb5b6404d9112
common.js
@@ -115,6 +115,10 @@
 * PARSING *
 ***********/
function normalizeName(string) {
   return string.replace('.', '. ').replace('  ', ' ');
}
function parseStatus(status) {
   switch(status.status) {
      case 'STOPPING':