Skip to content

Instantly share code, notes, and snippets.

@azhurb
Created December 4, 2014 09:53
Show Gist options
  • Select an option

  • Save azhurb/acc5d033e0583ddf0dac to your computer and use it in GitHub Desktop.

Select an option

Save azhurb/acc5d033e0583ddf0dac to your computer and use it in GitHub Desktop.
Exit on TV page
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