Skip to content

Commit

Permalink
feat: simplify UI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthiebaud committed Jul 4, 2018
1 parent e9395e2 commit a676b3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ export const uiFactory = (
Variation: `${variation} (${getVariationPercentage(
test.getVariation(variation) as InternalVariation,
)})`,
Browser:
getUserAgentInfo().name + ' ' + getUserAgentInfo().version,
'Mobile device': getUserAgentInfo().isMobile
};

return `
Expand Down Expand Up @@ -104,6 +101,7 @@ export const uiFactory = (
}
testList.innerHTML = (await Promise.all(list.map(renderTest))).join('');
});

const button = document.createElement('button');

button.className = 'reset';
Expand Down

0 comments on commit a676b3d

Please sign in to comment.