Author: andreasr
Date: Mon Oct  5 19:43:35 2015
New Revision: 30019

URL: http://svn.gna.org/viewcvs/freeciv?rev=30019&view=rev
Log:
Remove leftover JavaScript from when content was loaded with JavaScript.

Modified:
    website/index.html
    website/js/freeciv.js

Modified: website/index.html
URL: 
http://svn.gna.org/viewcvs/freeciv/website/index.html?rev=30019&r1=30018&r2=30019&view=diff
==============================================================================
--- website/index.html  (original)
+++ website/index.html  Mon Oct  5 19:43:35 2015
@@ -21,12 +21,7 @@
   ga('send', 'pageview');  
 
 </script> 
-<style>
-.container {
-  display: none;
-}
-</style>
-  </head>
+ </head>
   <body>
   <script type="text/javascript" 
src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-553240ed5ba009c1" 
async="async"></script>
 

Modified: website/js/freeciv.js
URL: 
http://svn.gna.org/viewcvs/freeciv/website/js/freeciv.js?rev=30019&r1=30018&r2=30019&view=diff
==============================================================================
--- website/js/freeciv.js       (original)
+++ website/js/freeciv.js       Mon Oct  5 19:43:35 2015
@@ -1,8 +1,6 @@
 
 
 $(function() {
-  $(".container").show();
-
   $("#download_box").click(function() {
   window.location="download.html";
   });


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to