Skip to content

Commit

Permalink
Switch off debug mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Khudorozhkov committed Mar 10, 2016
1 parent c4e3c75 commit 1b322f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/presentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Object.defineProperty(NavigatorPresentation.prototype, "showSecondScreen",
{
return function(doShow)
{
exec(/*successCallback*/Function, /*errorCallback*/Function, "Presentation", "setSecondScreen", [ "deactivate" ]);
exec(/*successCallback*/Function, /*errorCallback*/Function, "Presentation", "setSecondScreen", [ doShow ? "activate" : "deactivate" ]);
};
}
});
Expand Down

0 comments on commit 1b322f4

Please sign in to comment.