click-keyboard example renamed to accessible-click-control

This commit is contained in:
Éric Lemoine
2012-02-28 10:48:50 +01:00
parent eb700d98e1
commit 9c2255706c
2 changed files with 1 additions and 1 deletions

View File

@@ -38,7 +38,7 @@
</style> </style>
<script src="../lib/Firebug/firebug.js"></script> <script src="../lib/Firebug/firebug.js"></script>
<script src="../lib/OpenLayers.js"></script> <script src="../lib/OpenLayers.js"></script>
<script src="click-keyboard.js"></script> <script src="accessible-click-control.js"></script>
</head> </head>
<body onload="init()"> <body onload="init()">
<h1 id="title">An accessible click control implementation</h1> <h1 id="title">An accessible click control implementation</h1>