diff --git a/views/js/loader/taoTestTaker.min.js.map b/views/js/loader/taoTestTaker.min.js.map index 6b12ef94..860012a1 100644 --- a/views/js/loader/taoTestTaker.min.js.map +++ b/views/js/loader/taoTestTaker.min.js.map @@ -1 +1 @@ -{"version":3,"sources":["../controller/routes.js","../controller/testtaker/editSubject.js","module-create.js"],"names":[],"mappings":"AAmBA,MAAA,CAAA,gCAAA,CAAA,EAAA,CAAA,UAAA,CACA,aAEA,MAAA,CACA,UAAA,CACA,QAAA,CACA,YAAA,kCADA,CADA,CADA,CAOA,CAVA,C,CCCA,MAAA,CAAA,+CAAA,CAAA,CACA,QADA,CAEA,SAFA,CAAA,CAGA,SAAA,CAAA,CAAA,IAAA,CAAA,CACA,MAAA,CACA,KADA,iBACA,CACA,CAAA,CAAA,WAAA,CAAA,CAAA,IAAA,CAAA,UAAA,CACA,IAAA,CAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAA,QAAA,EACA,CAFA,CAGA,CALA,CAOA,CAXA,C,CCnBA,MAAA,CAAA,yCAAA,CAAA,UAAA,CAAA,CAAA,C","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,"sources":["../controller/routes.js","../controller/testtaker/editSubject.js","module-create.js"],"names":[],"mappings":"AAmBA,MAAA,CAAA,gCAAA,CAAA,EAAA,CAAA,UAAA,CACA,aAEA,MAAA,CACA,UAAA,CACA,QAAA,CACA,YAAA,kCADA,CADA,CADA,CAOA,CAVA,C,CCCA,MAAA,CAAA,+CAAA,CAAA,CACA,QADA,CAEA,SAFA,CAAA,CAGA,SAAA,CAAA,CAAA,IAAA,CAAA,CACA,MAAA,CACA,KADA,iBACA,CACA,CAAA,CAAA,WAAA,CAAA,CAAA,IAAA,CAAA,UAAA,CACA,IAAA,CAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAA,QAAA,EACA,CAFA,CAGA,CALA,CAOA,CAXA,C,CCnBA,MAAA,CAAA,yCAAA,CAAA,UAAA,CAAA,CAAA,C","sourcesContent":["/**\r\n * This program is free software; you can redistribute it and/or\r\n * modify it under the terms of the GNU General Public License\r\n * as published by the Free Software Foundation; under version 2\r\n * of the License (non-upgradable).\r\n *\r\n * This program is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n * GNU General Public License for more details.\r\n *\r\n * You should have received a copy of the GNU General Public License\r\n * along with this program; if not, write to the Free Software\r\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\r\n *\r\n * Copyright (c) 2014-2019 (original work) Open Assessment Technologies SA (under the project TAO-PRODUCT);\r\n */\r\n\r\n//@see http://forge.taotesting.com/projects/tao/wiki/Front_js\r\ndefine('taoTestTaker/controller/routes',[],function(){\r\n 'use strict';\r\n\r\n return {\r\n 'TestTaker' : {\r\n 'actions' : {\r\n 'editSubject' : 'controller/testtaker/editSubject'\r\n }\r\n }\r\n };\r\n});\r\n\n","/**\r\n * This program is free software; you can redistribute it and/or\r\n * modify it under the terms of the GNU General Public License\r\n * as published by the Free Software Foundation; under version 2\r\n * of the License (non-upgradable).\r\n *\r\n * This program is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n * GNU General Public License for more details.\r\n *\r\n * You should have received a copy of the GNU General Public License\r\n * along with this program; if not, write to the Free Software\r\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\r\n *\r\n * Copyright (c) 2019 (original work) Open Assessment Technologies SA (under the project TAO-PRODUCT);\r\n *\r\n * @author Ilya Yarkavets \r\n */\r\n\r\ndefine('taoTestTaker/controller/testtaker/editSubject',[\r\n 'jquery',\r\n 'ui/lock'\r\n], function($, lock){\r\n return {\r\n start() {\r\n $('#lock-box').each(function() {\r\n lock($(this)).register();\r\n });\r\n }\r\n };\r\n});\r\n\n","\ndefine(\"taoTestTaker/loader/taoTestTaker.bundle\", function(){});\n"]} \ No newline at end of file