equal
deleted
inserted
replaced
31 </section> |
31 </section> |
32 </div> |
32 </div> |
33 |
33 |
34 <!-- Metanav FranceTV --> |
34 <!-- Metanav FranceTV --> |
35 <script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script> |
35 <script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script> |
36 <!-- JavaScript --> |
36 <!-- JavaScript --> |
|
37 <script src="static/res/js/jquery-1.8.2.min.js"></script> |
|
38 <script> |
|
39 $(function() { |
|
40 $("video").bind("ended", function() { |
|
41 location.href = "inter_choix.html"; |
|
42 }); |
|
43 }); |
|
44 </script> |
|
45 |
37 </body> |
46 </body> |
38 </html> |
47 </html> |