Skip to content

Commit b1414f5

Browse files
author
mreishman
committed
another bugfix
1 parent a498f0f commit b1414f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/js/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,8 @@ function pollSuccessInner(dataInner, dataInnerPass, dataInnerPassMaster)
807807
{
808808
item = item.replace(/{{upArrow}}/g,"");
809809
item = item.replace(/{{downArrow}}/g,"");
810+
item = item.replace(/{{branchView}}/g,"devBoxContentSecondary");
811+
item = item.replace(/{{branchViewTwo}}/g,"devBoxContentTertiary");
810812
}
811813
item = item.replace(/{{groupInfo}}/g,groupNames);
812814
$("#windows").append(item);

0 commit comments

Comments
 (0)