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