diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-01-17 14:53:10 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-01-17 14:53:10 +0200 |
| commit | 4a86d3608791574c7a0551e3e4aa03156d3fcbec (patch) | |
| tree | a6c9de0ac4aba7aa7026eba654f818eb66992be5 | |
| parent | 5a1543c5c0fceea246bc6701469e7c01459509da (diff) | |
small fix
| -rwxr-xr-x | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,7 +29,7 @@ <li data-coords="2,6"><a href="http://jqueryui.com/demos/tabs/">Tabs</a></li>
</ul>
- <ul data-color="#00ff00" data-label="jQuery Interactions" data-shiftCoords="0,-1">
+ <ul data-color="#00ff00" data-label="jQuery Interactions" data-shiftCoords="0,-1">
<li data-coords="2,6"></li>
<li data-coords="2,5.9" data-marker="@interchange"> </li> <!-- marker-only node, moved up by 0.10 -->
<li data-coords="5,6" data-marker="@station" data-labelPos="N"><a href="http://jqueryui.com/demos/selectable/">Selectable</a></li>
@@ -38,10 +38,10 @@ <li data-coords="7,5" data-dir="E" data-marker="station" data-labelPos="E"><a href="http://jqueryui.com/demos/droppable/">Droppable</a></li>
<li data-coords="7,1" data-marker="interchange" data-labelPos="W"><a href="http://jqueryui.com/demos/draggable/">Draggable</a></li>
</ul>
-
+
</div>
- <div id="legend"></div>
+ <div id="legend"></div>
<script type="text/javascript">
$(".subway-map").subwayMap({ debug: true });
|
