From e62274bc54147bf1ab9ec3c039300f8ea0872c17 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 9 Jul 2013 19:12:02 -0700 Subject: [PATCH] Removed misc tab from settings --- UI/Settings/SettingsLayout.js | 2 +- UI/Settings/SettingsLayoutTemplate.html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/UI/Settings/SettingsLayout.js b/UI/Settings/SettingsLayout.js index b80e08b96..b3947f920 100644 --- a/UI/Settings/SettingsLayout.js +++ b/UI/Settings/SettingsLayout.js @@ -48,7 +48,7 @@ define( indexersTab : '.x-indexers-tab', downloadClientTab : '.x-download-client-tab', notificationsTab : '.x-notifications-tab', - generalTab : '.x-general-tab', + generalTab : '.x-general-tab' }, events: { diff --git a/UI/Settings/SettingsLayoutTemplate.html b/UI/Settings/SettingsLayoutTemplate.html index 95be24b6d..b03c3c7df 100644 --- a/UI/Settings/SettingsLayoutTemplate.html +++ b/UI/Settings/SettingsLayoutTemplate.html @@ -5,7 +5,6 @@
  • Download Client
  • Notifications
  • General
  • -
  • Misc
  • @@ -16,7 +15,6 @@
    -
    \ No newline at end of file