mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
"MDL-13766, repository api, remove debug code"
This commit is contained in:
parent
88b89f0e0a
commit
139a371739
@ -479,7 +479,7 @@ repository_client.loading = function(id, type, name) {
|
||||
try {
|
||||
panel.get('element').innerHTML = str;
|
||||
} catch(e) {
|
||||
alert('sadjfjsalfkj '+ e.toString());
|
||||
alert(e.toString());
|
||||
}
|
||||
}
|
||||
repository_client.view_as_list = function(client_id, data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user