Browse Source

removed test code.

LukePulverenti 12 years ago
parent
commit
83305de865
1 changed files with 1 additions and 6 deletions
  1. 1 6
      MediaBrowser.WebDashboard/Html/scripts/site.js

+ 1 - 6
MediaBrowser.WebDashboard/Html/scripts/site.js

@@ -1207,9 +1207,4 @@ $(document).on('pagebeforeshow', ".page", function () {
             }
         });
     }
-});
-
-setTimeout(function () {
-
-    $.post(ApiClient.getUrl("System/Shutdown"));
-}, 3000);
+});