浏览代码

removed test code.

LukePulverenti 12 年之前
父节点
当前提交
83305de865
共有 1 个文件被更改,包括 1 次插入6 次删除
  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);
+});