diff options
Diffstat (limited to 'settings/js/apps-custom.php')
-rw-r--r-- | settings/js/apps-custom.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/apps-custom.php b/settings/js/apps-custom.php index d827dfc7058..c25148cdde5 100644 --- a/settings/js/apps-custom.php +++ b/settings/js/apps-custom.php @@ -23,4 +23,4 @@ foreach($combinedApps as $app) { echo("\n"); } -echo ("var appid =".json_encode($_GET['appid']).";");
\ No newline at end of file +echo ("var appid =".json_encode($_GET['appid']).";"); |