We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b78ec commit afd198aCopy full SHA for afd198a
1 file changed
app/assets/javascripts/discourse/controllers/header_controller.js
@@ -19,10 +19,6 @@ Discourse.HeaderController = Discourse.Controller.extend({
19
return Discourse.User.current() && !this.get('topic.isPrivateMessage');
20
}.property('topic.isPrivateMessage'),
21
22
- mobileDevice: function() {
23
- return Discourse.Mobile.isMobileDevice;
24
- }.property(),
25
-
26
mobileView: function() {
27
return Discourse.Mobile.mobileView;
28
}.property(),
0 commit comments