diff --git a/assets/javascripts/discourse/controllers/admin-plugins-explorer.js.es6 b/assets/javascripts/discourse/controllers/admin-plugins-explorer.js.es6 index 63878ac..c4cad7e 100644 --- a/assets/javascripts/discourse/controllers/admin-plugins-explorer.js.es6 +++ b/assets/javascripts/discourse/controllers/admin-plugins-explorer.js.es6 @@ -29,14 +29,6 @@ export default Ember.ArrayController.extend({ return item || NoQuery; }.property('selectedQueryId'), - not_https: function() { - return !( - window.location.protocol === "https:" || - window.location.hostname === "localhost" || - window.location.hostname.endsWith(".local") - ); - }.property(), - othersDirty: function() { const selected = this.get('selectedItem'); return !!this.get('content').find(function(q) { diff --git a/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs b/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs index 3bb34e1..fdde47f 100644 --- a/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs +++ b/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs @@ -1,12 +1,5 @@