diff -r 82b232c8f305 -r 8d2376eb825c web/mindex.html
--- a/web/mindex.html Thu Feb 07 15:06:40 2013 +0100
+++ b/web/mindex.html Fri Feb 08 17:07:34 2013 +0100
@@ -6,6 +6,7 @@
THE END, ETC. UNE EXPÉRIENCE WEB DE LAETITIA MASSON
+
@@ -18,7 +19,7 @@
-
+
@@ -63,7 +64,7 @@
-
-
+
-
@@ -72,12 +73,14 @@
- AVEC LE SOUTIEN DE
+
+
+
+ - AVEC LE SOUTIEN DE
@@ -160,8 +163,6 @@
urlToShareTw = replaceAll(urlToShareTw, "/", "%2F");
$("#sharefb").attr('href', "http://www.facebook.com/share.php?u=" + urlToShare);
$("#sharetw").attr('href', "https://twitter.com/share?url=" + urlToShareTw);
- console.log(urlToShare);
- console.log(urlToShareTw);
});