--- a/web/partage.html Fri Jan 18 17:57:30 2013 +0100
+++ b/web/partage.html Fri Jan 18 18:50:53 2013 +0100
@@ -72,11 +72,16 @@
<!-- JavaScript -->
<script src="static/res/js/jquery-1.8.2.min.js"></script>
<script src="static/res/js/incresize.js"></script>
+ <script src="static/res/js/incchoice.js"></script>
+ <script src="static/res/js/jquery.cookie.js"></script>
<script>
$(function() {
// Init the resize object
- incResize.init("content", "top", "imgMiddle", "bottom", null, 130, 1075/604, null, null);
+ incResize.init("content", "top", "imgMiddle", "bottom", null, 130, 1075/604);
incResize.resizeElements();
+
+ // Debug
+ console.log(incChoice.createShareUrl());
});
</script>
</body>