ShareBarHeight-= 5px; Remove test call

This commit is contained in:
Zach Fox 2017-05-01 15:31:22 -07:00
parent 5b168301bc
commit d295b5a69d
2 changed files with 3 additions and 3 deletions

View file

@ -110,7 +110,7 @@ input[type=button].naked:active {
justify-content: space-between;
flex-direction: row;
align-items: center;
height: 50px;
height: 45px;
line-height: 60px;
width: calc(100% - 8px);
position: absolute;
@ -203,7 +203,7 @@ input[type=button].naked:active {
font-size: 60px;
position: absolute;
right: 20px;
bottom: 15px;
bottom: 12px;
color: #00b4ef;
pointer-events: none;
}

View file

@ -232,7 +232,7 @@ function handleCaptureSetting(setting) {
window.onload = function () {
// Uncomment the line below to test functionality in a browser.
// See definition of "testInBrowser()" to modify tests.
testInBrowser(false);
//testInBrowser(false);
openEventBridge(function () {
// Set up a handler for receiving the data, and tell the .js we are ready to receive it.
EventBridge.scriptEventReceived.connect(function (message) {