aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/friendship/ui/WebView.js
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/friendship/ui/WebView.js')
-rw-r--r--Resources/friendship/ui/WebView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Resources/friendship/ui/WebView.js b/Resources/friendship/ui/WebView.js
index 6b3ad16..d1c8e50 100644
--- a/Resources/friendship/ui/WebView.js
+++ b/Resources/friendship/ui/WebView.js
@@ -3,6 +3,7 @@
var options = _args || {}
var win = Ti.UI.createWindow({
+ barColor: fs.ui.styles.navBarColour,
title: (options['title']) ? options['title'] : '',
backButtonTitle: 'Back'
});