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