update 1912121134

This commit is contained in:
vkservicesllc
2019-12-12 11:34:08 -05:00
parent de6a16e7bd
commit cf7caa14f9
2 changed files with 4 additions and 4 deletions

View File

@@ -78,16 +78,16 @@ $(document).ready( () => {
let anchorHtml = '<a class="h" target="_blank" title="' + title +
'" href="https://docs.google.com/spreadsheets/d/' + cardArr[0];
row += '<em>' + anchorHtml + '/edit#gid=686342087">';
row += '<em>' + anchorHtml + '/edit#gid=686342087">'; // 1327593414
row += (((shouldUseActive) ? active : true) && cardArr[1]) ? mon + '</a>' : '</a>' + mon;
row += '</em>&nbsp;&nbsp;&nbsp;';
row += anchorHtml + '/edit#gid=1995296890">';
row += anchorHtml + '/edit#gid=1995296890">'; // 763947205
row += (((shouldUseActive) ? active : true) && cardArr[2]) ? user1 + '</a>' : '</a>' + user1;
row += '&nbsp;';
row += anchorHtml + '/edit#gid=2117669368">';
row += anchorHtml + '/edit#gid=2117669368">'; // 823013097
row += (((shouldUseActive) ? active : true) && cardArr[3]) ? user2 + '</a>' : '</a>' + user2;
}