removed mods directory from the ATutor codebase
[atutor.git] / mods / atutor_opencaps / opencaps / js / settings.js
diff --git a/mods/atutor_opencaps/opencaps/js/settings.js b/mods/atutor_opencaps/opencaps/js/settings.js
deleted file mode 100755 (executable)
index 276180d..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * OpenCaps
- * http://opencaps.atrc.utoronto.ca
- * 
- * Copyright 2009 Heidi Hazelton
- * Adaptive Technology Resource Centre, University of Toronto
- * 
- * Licensed under the Educational Community License (ECL), Version 2.0. 
- * You may not use this file except in compliance with this License.
- * http://www.opensource.org/licenses/ecl2.php
- * 
- */
-
-$(document).ready(function () {
-       $("#settings-tab").addClass('current');
-       hide_all();
-});
-
-
-function hide_all() {
-       $("#edit-name").hide();
-       $("#edit-caps").hide();
-       $("#edit-media").hide();
-       $("#edit-perms").hide();        
-}
\ No newline at end of file