mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-25 09:47:10 +01:00
Set class of link on rows
This commit is contained in:
@@ -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] +
|
||||
|
||||
Reference in New Issue
Block a user