Skip to content

Commit

Permalink
Use table name instead if within viz.json request
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbosque committed Feb 4, 2014
1 parent e221b33 commit 8b9ba16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -160,7 +160,7 @@ The microsite is very simple, check out index.html here in the repository. Apart

```
<script type="text/javascript">
var viz = cartodb.createVis('map', 'http://osm2.cartodb.com/api/v1/viz/2275/viz.json')
var viz = cartodb.createVis('map', 'http://osm2.cartodb.com/api/v1/viz/bcn_traffic_stats/viz.json')
.done(function(vis, layers) {
//Update the info about last update
$("#updatedAtb").text(
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -55,7 +55,7 @@ <h3>Source and how to</h3>


<script type="text/javascript">
var viz = cartodb.createVis('map', 'http://osm2.cartodb.com/api/v1/viz/2275/viz.json')
var viz = cartodb.createVis('map', 'http://osm2.cartodb.com/api/v1/viz/bcn_traffic_stats/viz.json')
.done(function(vis, layers) {
//Update the info about last update
$("#minSinceUpdate").text(
Expand Down

0 comments on commit 8b9ba16

Please sign in to comment.