Fix bootstrap class name in examples

`alert-error` was renamed to `alert-danger`
This commit is contained in:
Frederic Junod
2015-09-01 15:28:22 +02:00
parent 4045e06aa9
commit b4dec522f1
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ tags: "clipping, webgl, openstreetmap"
<div id="map" class="map"></div>
</div>
</div>
<div id="no-webgl" class="alert alert-error" style="display: none">
<div id="no-webgl" class="alert alert-danger" style="display: none">
This example requires a browser that supports <a href="http://get.webgl.org/">WebGL</a>.
</div>