Skip to content

Commit

Permalink
MDL-29966 fix invalid group loading image
Browse files Browse the repository at this point in the history
Credit goes to Alexander Bias.
  • Loading branch information
skodak committed Oct 28, 2011
1 parent 38e9a1c commit 96bf0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/clientlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ var createLoaderImg = function (elClass, parentId, wwwRoot) {
}
var loadingImg = document.createElement("img");

loadingImg.setAttribute("src", M.util.image_url('moodle', '/i/ajaxloader'));
loadingImg.setAttribute("src", M.util.image_url('/i/ajaxloader', 'moodle'));
loadingImg.setAttribute("class", elClass);
loadingImg.setAttribute("alt", "Loading");
loadingImg.setAttribute("id", "loaderImg");
Expand Down

0 comments on commit 96bf0b3

Please sign in to comment.