MDL-20204 eliminating deprecated javascript file because it only adds extra pressure on servers

This commit is contained in:
Petr Skoda
2010-01-05 00:43:09 +00:00
parent 9b96dd1cb3
commit 73b62703ab
3 changed files with 12 additions and 8 deletions
+11 -1
View File
@@ -1398,4 +1398,14 @@ function get_image_url(imagename, component) {
}
return url;
}
}
// ===== Deprecated core Javascript functions for Moodle ====
// DO NOT USE!!!!!!!
// Do not put this stuff in separate file because it only adds extra load on servers!
function submitFormById(id) {
submit_form_by_id(null, {id: id});
}