Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
1.0.3.607
Browse files Browse the repository at this point in the history
  • Loading branch information
MerrickZ committed Jun 7, 2014
1 parent 91914e1 commit 8943a0e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
Binary file modified 2.0/project/one2/platforms/blackberry10/build/device/bb10app.bar
Binary file not shown.
Binary file not shown.
5 changes: 2 additions & 3 deletions 2.0/project/one2/platforms/blackberry10/build/options
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
-package
-debugToken
C:\Users\Merrick\.cordova\blackberry10debugtoken.bar
-devMode
-buildId
607
C:\Users\Merrick\Documents\GitHub\one\2.0\project\one2\platforms\blackberry10\build\device\bb10app.bar
-barVersion
1.5
Expand Down
Binary file not shown.
5 changes: 2 additions & 3 deletions 2.0/project/one2/platforms/blackberry10/www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ var app = {
} else {
config = {
controlsDark: false,
listsDark: false,
coloredTitleBar: false
listsDark: false
};
}

Expand All @@ -48,7 +47,7 @@ var app = {
screen.style['background-color'] = darkScreenColor;
screen.style['color'] = '#E6E6E6';
}
}else{
} else {
var screen = element.querySelector('[data-bb-type=screen]');
if (screen) {
screen.style['color'] = '#121212';
Expand Down

0 comments on commit 8943a0e

Please sign in to comment.