Created
December 4, 2014 09:53
-
-
Save azhurb/acc5d033e0583ddf0dac to your computer and use it in GitHub Desktop.
Exit on TV page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: c/tv.js | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- c/tv.js (revision 30037ac84237b815bc382726a9809625e1cdd7af) | |
| +++ c/tv.js (revision ) | |
| @@ -380,8 +380,7 @@ | |
| return; | |
| } | |
| - this.hide(); | |
| - main_menu.show(); | |
| + this.hide(true); | |
| } | |
| }).bind(key.EXIT, this); | |
| \ No newline at end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment