Updated libs. Updates to content. More images

namespaces
Frank Ronny Larsen 2013-01-25 14:38:12 +01:00
parent 57674be19d
commit 784d5caeb3
1 changed files with 16 additions and 16 deletions

View File

@ -92,9 +92,9 @@ Array.prototype.contains = function (needle) {
// We want our own jQuery version, regardless of what the containing page is
// up to.
// TODO: Does not work properly in <IE10
(function () {
document.writeln('<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>');
document.writeln('<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>');
document.writeln('<script>H5P.jQuery = jQuery.noConflict(); H5P.jQuery(document).ready(function(){H5P.init();});</script>');
document.writeln('<script>H5P.jQuery = jQuery.noConflict(true); H5P.jQuery(document).ready(function(){H5P.init();});</script>');
})();