diff --git a/amd/build/functions.min.js b/amd/build/functions.min.js deleted file mode 100644 index 46b723ec4585520c5241ffa13f23bdf883e31e1a..0000000000000000000000000000000000000000 --- a/amd/build/functions.min.js +++ /dev/null @@ -1 +0,0 @@ -define(["core/config"],function(a){var b={injectcss:function(a){var b=document.createElement("link");b.href=a,b.type="text/css",b.rel="stylesheet",document.getElementsByTagName("head")[0].appendChild(b)},init:function(){window.requirejs.config({enforceDefine:!1,baseUrl:a.wwwroot+"/filter/opencast/player/js/lib",waitSeconds:50,paths:{engage:a.wwwroot+"/filter/opencast/player/js/engage",plugins:a.wwwroot+"/filter/opencast/player/plugin"},shim:{bootstrap:{deps:["jquery"],exports:"Bootstrap"},backbone:{deps:["underscore","jquery"],exports:"Backbone"},underscore:{exports:"_"},mousetrap:{exports:"Mousetrap"},moment:{exports:"Moment"},basil:{exports:"Basil"},bowser:{exports:"Bowser"},bootbox:{deps:["bootstrap"],exports:"Bootbox"}}}),require(["engage/core"])}};return b}); \ No newline at end of file diff --git a/amd/src/functions.js b/amd/src/functions.js deleted file mode 100644 index 0b6b4dd1b972273f8709d4a3741bac8c7acb6ed7..0000000000000000000000000000000000000000 --- a/amd/src/functions.js +++ /dev/null @@ -1,82 +0,0 @@ -// This file is part of Moodle - http://moodle.org/ -// -// Moodle is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Moodle is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with Moodle. If not, see <http://www.gnu.org/licenses/>. - -/** - * Ajax functions for moodleoverflow - * - * @module mod/moodleoverflow - * @package mod_moodleoverflow - * @copyright 2017 Tamara Gunkel - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - */ -define(["core/config"], function (mdlcfg) { - - var t = { - injectcss: function (csslink) { - var link = document.createElement("link"); - link.href = csslink; - link.type = "text/css"; - link.rel = "stylesheet"; - document.getElementsByTagName("head")[0].appendChild(link); - }, - - init: function () { - window.requirejs.config({ - enforceDefine: false, - baseUrl: mdlcfg.wwwroot + "/filter/opencast/player/js/lib", - waitSeconds: 50, - paths: { - engage: mdlcfg.wwwroot + "/filter/opencast/player/js/engage", - plugins: mdlcfg.wwwroot + "/filter/opencast/player/plugin" - }, - shim: { - "bootstrap": { - deps: ["jquery"], - exports: "Bootstrap" - }, - "backbone": { - deps: ["underscore", "jquery"], - exports: "Backbone" - }, - "underscore": { - exports: "_" - }, - "mousetrap": { - exports: "Mousetrap" - }, - "moment": { - exports: "Moment" - }, - "basil": { - exports: "Basil" - }, - "bowser": { - exports: "Bowser" - }, - "bootbox": { - deps: ["bootstrap"], - exports: "Bootbox" - } - } - }); - - -// start core logic - require(["engage/core"]); - } - }; - - return t; -}); diff --git a/test.mp4 b/test.mp4 deleted file mode 100644 index ecb592bf08a39ec07b5f5a3025f5591c7165717d..0000000000000000000000000000000000000000 Binary files a/test.mp4 and /dev/null differ