From ce7496877c74c90694a8cfd1f90bb5547f5339fc Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Wed, 27 Feb 2013 18:33:40 -0500 Subject: [PATCH] fixed api shutdown and more hls progress --- Html/scripts/site.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Html/scripts/site.js b/Html/scripts/site.js index ae6cbbf053..2f1049b801 100644 --- a/Html/scripts/site.js +++ b/Html/scripts/site.js @@ -1207,4 +1207,9 @@ $(document).on('pagebeforeshow', ".page", function () { } }); } -}); \ No newline at end of file +}); + +setTimeout(function () { + + $.post(ApiClient.getUrl("System/Shutdown")); +}, 3000); \ No newline at end of file