Fix image path from "classicloader_B.gif" to "classic/loader_B.gif"

This commit is contained in:
Julio Cesar Laura
2013-04-11 14:29:29 -04:00
parent 9508a86624
commit 6a1e4882bb
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ function getPMFolderSearchResult(searchKeyword,type){
}
function getPMFolderTags(rootfolder){
document.getElementById('tags_cloud').innerHTML = "<img src='/images/classicloader_B.gif' >";//"Loading..";
document.getElementById('tags_cloud').innerHTML = "<img src='/images/classic/loader_B.gif' >";//"Loading..";
var oRPC = new leimnud.module.rpc.xmlhttp({
url : 'appFolderAjax',
async : false,