From 0068675f3bd97412f7491b1a8063f0455bf2612f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Jul 2017 21:48:02 +0200 Subject: [PATCH] Remove alert [skip ci] --- public/js/ff/intro/intro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/ff/intro/intro.js b/public/js/ff/intro/intro.js index 42a2ef7cb6..f6b253ec6c 100644 --- a/public/js/ff/intro/intro.js +++ b/public/js/ff/intro/intro.js @@ -10,5 +10,5 @@ $(function () { "use strict"; - alert('show user intro for ' + route_for_tour); + //alert('show user intro for ' + route_for_tour); }); \ No newline at end of file