diff --git a/js/bootswatch.js b/js/bootswatch.js index 93f1d4e..4c19158 100755 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -10,13 +10,6 @@ $('.bs-component [data-toggle="popover"]').popover(); $('.bs-component [data-toggle="tooltip"]').tooltip(); - $(".bs-component").hover(function(){ - $(this).append($button); - $button.show(); - }, function(){ - $button.hide(); - }); - function cleanSource(html) { var lines = html.split(/\n/); diff --git a/play/gamers.php b/play/gamers.php index b42bfed..5945c6b 100755 --- a/play/gamers.php +++ b/play/gamers.php @@ -170,11 +170,10 @@ foreach($xml->entry as $entry) {
- - - - - +
+ +
diff --git a/play/index.php b/play/index.php index 2723075..e6c6f2b 100755 --- a/play/index.php +++ b/play/index.php @@ -76,6 +76,7 @@
@@ -254,7 +255,9 @@