Explorar el Código

removed test code.

LukePulverenti hace 12 años
padre
commit
83305de865
Se han modificado 1 ficheros con 1 adiciones y 6 borrados
  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);
+});