added page title and removed alert

This commit is contained in:
sanj 2010-08-12 19:29:40 +05:30
parent 805493e2a2
commit acde7bd645
2 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,6 @@ $(function() {
var currFeatures = jsonLayer.features; var currFeatures = jsonLayer.features;
jsonLayer.removeFeatures(currFeatures); jsonLayer.removeFeatures(currFeatures);
jsonLayer.addFeatures(geojson_format.read(features)); jsonLayer.addFeatures(geojson_format.read(features));
alert(type);
switch(type.toLowerCase()) { switch(type.toLowerCase()) {
case "image": case "image":
var html = tmpl("tmpl_images", {'images': json.images}); var html = tmpl("tmpl_images", {'images': json.images});

View File

@ -103,6 +103,7 @@ a img {
box-shadow: 0px 0px 1.5em; box-shadow: 0px 0px 1.5em;
} }
</style> </style>
<title>Vertical Urbanism: Flyovers in Mumbai</title>
<link rel="stylesheet" type="text/css" href="/static/css/colorbox.css" /> <link rel="stylesheet" type="text/css" href="/static/css/colorbox.css" />
<script type="text/javascript" src="/static/js/jquery.js"></script> <script type="text/javascript" src="/static/js/jquery.js"></script>
<script type="text/javascript" src="/static/js/jquery.colorbox-min.js"></script> <script type="text/javascript" src="/static/js/jquery.colorbox-min.js"></script>