Skip to content
Snippets Groups Projects
Commit 0f7606af authored by 2deep4real's avatar 2deep4real
Browse files

dont hide the info of departures for now

parent feed83d2
Branches
No related tags found
No related merge requests found
...@@ -97,11 +97,11 @@ var update = function(config, fields) { ...@@ -97,11 +97,11 @@ var update = function(config, fields) {
if (!!decodedData.info) { if (!!decodedData.info) {
$(fields.info.ttle).html('Information'); $(fields.info.ttle).html('Information');
$(fields.info.msge).html(decodedData.info); $(fields.info.msge).html(decodedData.info);
$(fields.info.msge).css("display", ""); //$(fields.info.msge).css("display", "");
} else { } else {
$(fields.info.ttle).html(''); $(fields.info.ttle).html('');
$(fields.info.msge).html(''); $(fields.info.msge).html('');
$(fields.info.msge).css("display", "none"); //$(fields.info.msge).css("display", "none");
} }
console.log("departures: updating elements [" + config + "]"); console.log("departures: updating elements [" + config + "]");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment