Set class of link on rows

This commit is contained in:
Matt Pass
2019-10-06 14:17:38 +01:00
committed by GitHub
parent fc85205eb0
commit f0382c7a2a

View File

@@ -164,7 +164,7 @@ var ICEcoder = {
var gitContent = "";
for (var i=0; i<top.ICEcoder.indexData.git.paths.length; i++) {
gitContent +=
'<div style="font-family: monospace" onclick="top.ICEcoder.toolShowHideToggle(\'git\'); top.ICEcoder.openFile(\'/' +
'<div class="link" onclick="top.ICEcoder.toolShowHideToggle(\'git\'); top.ICEcoder.openFile(\'/' +
top.ICEcoder.indexData.git.paths[i] +
"')\">" +
top.ICEcoder.indexData.git.paths[i] +