Skip to content

Commit

Permalink
Merge branch 'w43_MDL-29966_m22_grouploading' of git://github.com/sko…
Browse files Browse the repository at this point in the history
…dak/moodle
  • Loading branch information
Aparup Banerjee committed Oct 31, 2011
2 parents b6d2f5b + 96bf0b3 commit c2c7d87
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 c2c7d87

Please sign in to comment.