diff options
| author | Teddy Wing | 2012-06-24 03:53:17 -0400 |
|---|---|---|
| committer | Teddy Wing | 2012-06-24 03:53:17 -0400 |
| commit | 290565f01e275df4d02d7fa322c4375fb72af98f (patch) | |
| tree | 6048bed2af6bf901f40fc1c288967d283eeaac33 | |
| parent | d5ce0e54285b1e0bb011bb762e5351c19568f80a (diff) | |
| download | LikeFeed-290565f01e275df4d02d7fa322c4375fb72af98f.tar.bz2 | |
Webview: changed title in navBar to 'Sphnx' instead of page-specific title.
| -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' }); |
