Skip to content

Commit

Permalink
code: Fix jQuery template bug at code history message
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Apr 26, 2017
1 parent 7f065fe commit 14079bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/service/yobi.code.Browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
if(htSortedData[sType] instanceof Array){
htSortedData[sType].forEach(function(htFile){
htFile = _getFileInfoForTpl(htFile, sTargetPath);
aHTML.push($.tmpl(htVar.sTplListItem, htFile));
aHTML.push($yobi.tmpl(htVar.sTplListItem, htFile));
});
}
});
Expand Down

0 comments on commit 14079bb

Please sign in to comment.