equal
deleted
inserted
replaced
70 </div> |
70 </div> |
71 |
71 |
72 <!-- JavaScript --> |
72 <!-- JavaScript --> |
73 <script src="static/res/js/jquery-1.8.2.min.js"></script> |
73 <script src="static/res/js/jquery-1.8.2.min.js"></script> |
74 <script src="static/res/js/incresize.js"></script> |
74 <script src="static/res/js/incresize.js"></script> |
|
75 <script src="static/res/js/incchoice.js"></script> |
|
76 <script src="static/res/js/jquery.cookie.js"></script> |
75 <script> |
77 <script> |
76 $(function() { |
78 $(function() { |
77 // Init the resize object |
79 // Init the resize object |
78 incResize.init("content", "top", "imgMiddle", "bottom", null, 130, 1075/604, null, null); |
80 incResize.init("content", "top", "imgMiddle", "bottom", null, 130, 1075/604); |
79 incResize.resizeElements(); |
81 incResize.resizeElements(); |
|
82 |
|
83 // Debug |
|
84 console.log(incChoice.createShareUrl()); |
80 }); |
85 }); |
81 </script> |
86 </script> |
82 </body> |
87 </body> |
83 </html> |
88 </html> |