From e1a281c3e72cf13b2c3f00d3b6eacb650a4502e1 Mon Sep 17 00:00:00 2001 From: heuzef Date: Wed, 18 Mar 2015 00:39:28 +0100 Subject: [PATCH] mise en place des popovers ! --- js/bootswatch.js | 7 ------- play/gamers.php | 9 ++++----- play/index.php | 5 ++++- 3 files changed, 8 insertions(+), 13 deletions(-) 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 @@