From 05ec13abf0c4f40e2fb89f6b78a2e11a732f3bbf Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Tue, 23 Jul 2013 13:15:44 +0100 Subject: change to use phonegap API alert call so we can use a title in the alert box and then use own internal function to call this to ensure consistency --- src/js/config.js-example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/js/config.js-example') diff --git a/src/js/config.js-example b/src/js/config.js-example index 392c021..92ce308 100644 --- a/src/js/config.js-example +++ b/src/js/config.js-example @@ -1,4 +1,7 @@ var CONFIG = { + // Name of app to use in alert dialog titles amongst other things + APP_NAME: '', + // URL of the fixmystreet install to report to FMS_URL: '', -- cgit v1.2.3