diff community.html @ 118:4d284b6fe0c5

Unify layout and heads to make bootstrap stuff work on community page.
author Tom Gottfried <tom@intevation.de>
date Tue, 01 Apr 2014 18:24:13 +0200
parents 3000c078bcd0
children 2a0b9abe6a06
line wrap: on
line diff
--- a/community.html	Tue Apr 01 18:04:44 2014 +0200
+++ b/community.html	Tue Apr 01 18:24:13 2014 +0200
@@ -7,12 +7,9 @@
         <meta name="description" content="">
         <meta name="author" content="Ariane Brörmann">
 
-        <script src="https://code.jquery.com/jquery.js"></script>
         <!-- Bootstrap -->
         <link href="bootstrap-3.1.0/dist/css/bootstrap.min.css" rel="stylesheet">
 
-        <!-- Leaflet CSS -->
-        <link href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" rel="stylesheet">
 
         <!-- Custom styles for this template -->
         <link href="css/style.css" rel="stylesheet">
@@ -20,6 +17,9 @@
         <!-- Bootstrap core JavaScript
         ================================================== -->
         <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+        <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
+        <!-- Include all compiled plugins (below), or include individual files as needed -->
+        <script src="bootstrap-3.1.0/dist/js/bootstrap.min.js"></script>
         <script src="js/dive4elements.js"></script>
 
         <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)