changed git call from https to git readonly
[atutor.git] / mods / atutor_opencaps / opencaps / js / export.js
1 /*\r
2  * OpenCaps\r
3  * http://opencaps.atrc.utoronto.ca\r
4  * \r
5  * Copyright 2009 Heidi Hazelton\r
6  * Adaptive Technology Resource Centre, University of Toronto\r
7  * \r
8  * Licensed under the Educational Community License (ECL), Version 2.0. \r
9  * You may not use this file except in compliance with this License.\r
10  * http://www.opensource.org/licenses/ecl2.php\r
11  * \r
12  */\r
13 \r
14 $(document).ready(function () {\r
15         $("#export-tab").addClass('current');\r
16 });\r
17 \r
18 function set_format(chosen_format) {\r
19   document.forms[0].format.value = chosen_format;\r
20   document.forms[0].submit() ;\r
21 }