diff options
| -rw-r--r-- | Resources/friendship/ui/WebView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/friendship/ui/WebView.js b/Resources/friendship/ui/WebView.js index ea4ea21..f2a7dc3 100644 --- a/Resources/friendship/ui/WebView.js +++ b/Resources/friendship/ui/WebView.js @@ -4,7 +4,7 @@ var win = Ti.UI.createWindow({ barColor: fs.ui.styles.navBarColour, - title: (options['title']) ? options['title'] : '', + title: 'Sphnx', //(options['title']) ? options['title'] : '', backButtonTitle: 'Back' }); |
