From bb7fc481253131bd1513e01d9dead5a141652162 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 11 Feb 2014 17:13:27 +0000 Subject: [PATCH] Add a TODO comment. --- tools/htdocs/mkws.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 6867e31..3b907aa 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -912,6 +912,7 @@ function team($, teamName) { mkws_html_switch(); + // ### Should not be in the team code, since window size is global if (mkws_config.responsive_design_width) { // Responsive web design - change layout on the fly based on // current screen width. Required for mobile devices. -- 1.7.10.4