From 365bc900b0323dec2ae872d8b496918a07d03040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Fri, 24 Feb 2017 18:52:33 -0300 Subject: [PATCH] Add more information and tag FIXME on Hotfix code --- js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 57035541..c21935ea 100644 --- a/js/app.js +++ b/js/app.js @@ -21,7 +21,8 @@ if (process.env.MM_CONFIG_FILE) { global.configuration_file = process.env.MM_CONFIG_FILE; } -//Hotfix PullRequest #673 +// FIXME: Hotfix Pull Request +// https://github.com/MichMich/MagicMirror/pull/673 if (process.env.MM_PORT) { global.mmPort = process.env.MM_PORT; }