Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ortega Moreno committed Dec 20, 2017
1 parent 8253887 commit 3b4be1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion traffic-incidents-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<iron-ajax id="requestGeoencode" method="GET" url="https://maps.googleapis.com/maps/api/geocode/json" params="{{geo_params}}"
handleAs="json" on-response="_geocodingResponse">
</iron-ajax>
<iron-ajax id="requestData" method="GET" url="https://centauro.ls.fi.upm.es:4444/traffic" params="{{traffic_params}}" handleAs="json"
<iron-ajax id="requestData" method="GET" url="https://centauro.ls.etsiinf.upm.es:4444/traffic" params="{{traffic_params}}" handleAs="json"
on-response="_trafficCallback">
</iron-ajax>
</template>
Expand Down
4 changes: 2 additions & 2 deletions traffic-incidents.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<link rel="import" href="../iron-ajax/iron-ajax.html">
<link rel="import" href="traffic-incidents-data.html">
<link rel="import" href="../paper-material/paper-material.html">
<link rel="import" href="../iron-flex-layout/classes/iron-flex-layout.html">
<link rel="import" href="../iron-flex-layout/iron-flex-layout-classes.html">
<link rel="import" href="../paper-header-panel/paper-header-panel.html">
<link rel="import" href="../paper-icon-button/paper-icon-button.html">
<link rel="import" href="../iron-icons/iron-icons.html">
Expand Down Expand Up @@ -79,7 +79,7 @@

<dom-module id="traffic-incidents">
<template>
<style>
<style is="custom-style" include="iron-flex iron-flex-reverse iron-flex-alignment iron-flex-factors iron-positioning">
:host {
display: inline-block;
box-sizing: border-box;
Expand Down

0 comments on commit 3b4be1e

Please # to comment.