diff --git a/src/web_console/configuration/system_configs.js b/src/web_console/configuration/system_configs.js
index c024396..f0819a1 100644
--- a/src/web_console/configuration/system_configs.js
+++ b/src/web_console/configuration/system_configs.js
@@ -26,7 +26,7 @@ exports.setupEnvironment = function () {
REDIS_HOST = "localhost";
REDIS_PORT = "6379";
REDIS_PASSWORD = "";
- EXTERNAL_SERVER_ADDRESS = "irext.net"
+ EXTERNAL_SERVER_ADDRESS = "irext.net";
EXTERNAL_SERVER_PORT = "80"
} else if (enums.APP_DEVELOPMENT_MODE == env) {
MYSQL_DB_SERVER_ADDRESS = "localhost";
@@ -40,7 +40,7 @@ exports.setupEnvironment = function () {
REDIS_HOST = "localhost";
REDIS_PORT = "6379";
REDIS_PASSWORD = "";
- EXTERNAL_SERVER_ADDRESS = "irext.net"
+ EXTERNAL_SERVER_ADDRESS = "irext.net";
EXTERNAL_SERVER_PORT = "80"
} else if (enums.APP_USERDEBUG_MODE == env) {
MYSQL_DB_SERVER_ADDRESS = "localhost";
@@ -54,7 +54,7 @@ exports.setupEnvironment = function () {
REDIS_HOST = "localhost";
REDIS_PORT = "6379";
REDIS_PASSWORD = "";
- EXTERNAL_SERVER_ADDRESS = "irext.net"
+ EXTERNAL_SERVER_ADDRESS = "irext.net";
EXTERNAL_SERVER_PORT = "80"
}
};
\ No newline at end of file
diff --git a/src/web_console/web/code/index.html b/src/web_console/web/code/index.html
index 21b59df..8c6dbde 100644
--- a/src/web_console/web/code/index.html
+++ b/src/web_console/web/code/index.html
@@ -531,6 +531,6 @@
-
+