From a0b48befe5e7af56b60f89b53860696b80ade782 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Wed, 27 Feb 2013 18:47:03 -0500 Subject: [PATCH] removed test code. --- Html/scripts/site.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Html/scripts/site.js b/Html/scripts/site.js index 2f1049b801..ae6cbbf053 100644 --- a/Html/scripts/site.js +++ b/Html/scripts/site.js @@ -1207,9 +1207,4 @@ $(document).on('pagebeforeshow', ".page", function () { } }); } -}); - -setTimeout(function () { - - $.post(ApiClient.getUrl("System/Shutdown")); -}, 3000); \ No newline at end of file +}); \ No newline at end of file