diff options
-rw-r--r-- | src/js/views/around.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/js/views/around.js b/src/js/views/around.js index 2da7fa6..4db5656 100644 --- a/src/js/views/around.js +++ b/src/js/views/around.js @@ -176,7 +176,8 @@ $('#mark-here').hide(); $('#pc').attr('placeholder', FMS.strings.search_placeholder).focus(); } - $('#front-howto').html('<p>' + msg + '</msg>'); + console.log(msg); + $('#front-howto').html('<p>' + msg + '</p>'); $('#front-howto').show(); this.displayHelpIfFirstTime(); |