From d221a6efd000a15895b442116ecbf7ef385dd778 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 29 Sep 2022 09:26:06 +0200 Subject: [PATCH] chore: bundle assets --- views/js/loader/taoTestTaker.min.js | 2 +- views/js/loader/taoTestTaker.min.js.map | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/js/loader/taoTestTaker.min.js b/views/js/loader/taoTestTaker.min.js index 9c0a76b..fe7dad7 100644 --- a/views/js/loader/taoTestTaker.min.js +++ b/views/js/loader/taoTestTaker.min.js @@ -1,2 +1,2 @@ -define("taoTestTaker/controller/routes",[],function(){"use strict";return{TestTaker:{actions:{editSubject:"controller/testtaker/editSubject"}}}}),define("taoTestTaker/controller/testtaker/editSubject",["jquery","ui/lock"],function($,lock){return{start:function start(){$("#lock-box").each(function(){lock($(this)).register()})}}}),define("taoTestTaker/loader/taoTestTaker.bundle",function(){}); +define("taoTestTaker/controller/routes",[],function(){"use strict";return{TestTaker:{actions:{editSubject:"controller/testtaker/editSubject"}}}}),define("taoTestTaker/controller/testtaker/editSubject",["jquery","ui/lock"],function($,lock){return{start(){$("#lock-box").each(function(){lock($(this)).register()})}}}),define("taoTestTaker/loader/taoTestTaker.bundle",function(){}); //# sourceMappingURL=taoTestTaker.min.js.map \ No newline at end of file diff --git a/views/js/loader/taoTestTaker.min.js.map b/views/js/loader/taoTestTaker.min.js.map index fcd3ef6..6f27094 100644 --- a/views/js/loader/taoTestTaker.min.js.map +++ b/views/js/loader/taoTestTaker.min.js.map @@ -1 +1 @@ -{"version":3,"mappings":"AAmBAA,sDACA,aAEA,OACA,WACA,SACA,8CADA,CADA,CADA,CAOA,CAVA,C,CCCAA,wDACA,QADA,CAEA,SAFA,EAGA,iBACA,OACAC,KADA,iBACA,CACAC,+BACAC,wBACA,CAFA,CAGA,CALA,CAOA,CAXA,C,CCnBAH,8D","names":["define","start","$","lock"],"sources":["../controller/routes.js","../controller/testtaker/editSubject.js","module-create.js"],"sourcesContent":["/**\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; under version 2\n * of the License (non-upgradable).\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n *\n * Copyright (c) 2014-2019 (original work) Open Assessment Technologies SA (under the project TAO-PRODUCT);\n */\n\n//@see http://forge.taotesting.com/projects/tao/wiki/Front_js\ndefine('taoTestTaker/controller/routes',[],function(){\n 'use strict';\n\n return {\n 'TestTaker' : {\n 'actions' : {\n 'editSubject' : 'controller/testtaker/editSubject'\n }\n }\n };\n});\n\n","/**\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; under version 2\n * of the License (non-upgradable).\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n *\n * Copyright (c) 2019 (original work) Open Assessment Technologies SA (under the project TAO-PRODUCT);\n *\n * @author Ilya Yarkavets \n */\n\ndefine('taoTestTaker/controller/testtaker/editSubject',[\n 'jquery',\n 'ui/lock'\n], function($, lock){\n return {\n start() {\n $('#lock-box').each(function() {\n lock($(this)).register();\n });\n }\n };\n});\n\n","\ndefine(\"taoTestTaker/loader/taoTestTaker.bundle\", function(){});\n"]} \ No newline at end of file +{"version":3,"mappings":"AAmBAA,sDACA,aAEA,OACA,WACA,SACA,8CADA,CADA,CADA,CAOA,CAVA,C,CCCAA,wDACA,QADA,CAEA,SAFA,EAGA,iBACA,OACAC,QACAC,+BACAC,wBACA,CAFA,CAGA,CALA,CAOA,CAXA,C,CCnBAH,8D","names":["define","start","$","lock"],"sources":["../controller/routes.js","../controller/testtaker/editSubject.js","module-create.js"],"sourcesContent":["/**\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; under version 2\n * of the License (non-upgradable).\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n *\n * Copyright (c) 2014-2019 (original work) Open Assessment Technologies SA (under the project TAO-PRODUCT);\n */\n\n//@see http://forge.taotesting.com/projects/tao/wiki/Front_js\ndefine('taoTestTaker/controller/routes',[],function(){\n 'use strict';\n\n return {\n 'TestTaker' : {\n 'actions' : {\n 'editSubject' : 'controller/testtaker/editSubject'\n }\n }\n };\n});\n\n","/**\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; under version 2\n * of the License (non-upgradable).\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n *\n * Copyright (c) 2019 (original work) Open Assessment Technologies SA (under the project TAO-PRODUCT);\n *\n * @author Ilya Yarkavets \n */\n\ndefine('taoTestTaker/controller/testtaker/editSubject',[\n 'jquery',\n 'ui/lock'\n], function($, lock){\n return {\n start() {\n $('#lock-box').each(function() {\n lock($(this)).register();\n });\n }\n };\n});\n\n","\ndefine(\"taoTestTaker/loader/taoTestTaker.bundle\", function(){});\n"]} \ No newline at end of file