Don´t show line indication on traffic message
This commit is contained in:
parent
350561b12f
commit
fb9bd6c407
2
app.js
2
app.js
@ -82,7 +82,7 @@ function getTraffic(type, code) {
|
||||
}
|
||||
|
||||
$.getJSON( BASE_API + "/traffic/" + type + "/" + code, function( data ) {
|
||||
$("#traffic h3").text(data["result"]["line"] + " : " + data["result"]["title"]);
|
||||
$("#traffic h3").text(data["result"]["title"]);
|
||||
$("#traffic p").html(data["result"]["message"]);
|
||||
$("#traffic").show();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user