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