/*jshint -W083 */ var H5PUpgrades = H5PUpgrades || {}; (function ($) { var info, $container, librariesCache = {}; // Initialize $(document).ready(function () { // Get library info info = H5PIntegration.getLibraryInfo(); // Get and reset container $container = $('#h5p-admin-container').html('

' + info.message + '

'); // Make it possible to select version var $version = $(getVersionSelect(info.versions)).appendTo($container); // Add "go" button $('