summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/frontend
diff options
context:
space:
mode:
authorSimon Rettberg2018-04-05 10:12:48 +0200
committerSimon Rettberg2018-04-05 10:12:48 +0200
commit0b12472b6ecb09b5053c50bca9e8f13e4f367af3 (patch)
treeaa80e60b960a0084f3fb3000d8741ed9f84ae70a /modules-available/locationinfo/frontend
parent[locationinfo] Delete according runmode entries when a panel gets deleted (diff)
downloadslx-admin-0b12472b6ecb09b5053c50bca9e8f13e4f367af3.tar.gz
slx-admin-0b12472b6ecb09b5053c50bca9e8f13e4f367af3.tar.xz
slx-admin-0b12472b6ecb09b5053c50bca9e8f13e4f367af3.zip
[locationinfo] Fix color of seat counter not updating properly
Diffstat (limited to 'modules-available/locationinfo/frontend')
-rw-r--r--modules-available/locationinfo/frontend/frontendscript.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/frontend/frontendscript.js b/modules-available/locationinfo/frontend/frontendscript.js
index bad6a8ed..b5f59792 100644
--- a/modules-available/locationinfo/frontend/frontendscript.js
+++ b/modules-available/locationinfo/frontend/frontendscript.js
@@ -42,7 +42,7 @@ function toInt(str) {
* computes the time difference between 2 Date objects
* @param {Date} a
* @param {Date} b
- * @param {Array} globalConfig
+ * @param {Object} globalConfig
* @returns {string} printable time
*/
function GetTimeDiferenceAsString(a, b, globalConfig) {