We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299b171 commit 931d278Copy full SHA for 931d278
1 file changed
mod/assign/locallib.php
@@ -10192,14 +10192,3 @@ function reorder_group_overrides($assignid) {
10192
}
10193
10194
10195
-
10196
-/**
10197
- * Get the information about the standard assign JavaScript module.
10198
- * @return array a standard jsmodule structure.
10199
- */
10200
-function assign_get_js_module() {
10201
- return array(
10202
- 'name' => 'mod_assign',
10203
- 'fullpath' => '/mod/assign/module.js',
10204
- );
10205
-}
0 commit comments