diff options
| author | Teddy Wing | 2013-04-28 14:56:12 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-28 14:56:12 -0400 |
| commit | b008d96f8413d2afe1032e301eb773ef08134ef8 (patch) | |
| tree | 89c4c1c17a920596ecc219ed93c0bcc030ec966c | |
| parent | b59ca41cb1d4c4cda54aa0c3d25174a0b4003953 (diff) | |
| download | Who-am-I-b008d96f8413d2afe1032e301eb773ef08134ef8.tar.bz2 | |
Change name of Viggle back button
| -rw-r--r-- | public/javascripts/viggle.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/javascripts/viggle.js b/public/javascripts/viggle.js index 5d068d1..a71962f 100644 --- a/public/javascripts/viggle.js +++ b/public/javascripts/viggle.js @@ -13,6 +13,8 @@ var showName = showInfo.data.program_data.program_title; VAPP.setTitleBarSubTitle(function(message) {}, showName); + + VAPP.setLeftButtonTitle(function(message) {}, 'Exit'); }); } |
