From 3f7ccf696751c0149848579e055869e408347f3f Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Mon, 4 Mar 2013 11:41:42 -0500 Subject: [PATCH] fix missing closing parentheses --- airtime_mvc/application/forms/GeneralPreferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/forms/GeneralPreferences.php b/airtime_mvc/application/forms/GeneralPreferences.php index 79e1f1f7c..a220c3fd0 100644 --- a/airtime_mvc/application/forms/GeneralPreferences.php +++ b/airtime_mvc/application/forms/GeneralPreferences.php @@ -123,7 +123,7 @@ $(document).ready(function() { sourceDomain:"http://$host", updatePeriod: 600 //seconds }); -} +}); CODE;