From b317a2802e777568645e676e0741a0730c3a32d2 Mon Sep 17 00:00:00 2001 From: Alex Marvin Date: Thu, 21 Jun 2018 09:01:28 -0400 Subject: [PATCH 1/2] Improves cross-browser compatibility Adds meta tags recommended by Bootstrap 3.3 basic template for cross-browser compatibility --- dash/dash.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dash/dash.py b/dash/dash.py index 143d1e802b..1c9f60fcfa 100644 --- a/dash/dash.py +++ b/dash/dash.py @@ -300,6 +300,8 @@ def index(self, *args, **kwargs): # pylint: disable=unused-argument + + {} {} From 13ac0b2e981df4868b29108b57a5e99344bc89e8 Mon Sep 17 00:00:00 2001 From: Alex Marvin Date: Mon, 25 Jun 2018 12:48:01 -0400 Subject: [PATCH 2/2] Adds Bootstrap 4.1 suggested viewport --- dash/dash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash/dash.py b/dash/dash.py index 1c9f60fcfa..8a28efe0a7 100644 --- a/dash/dash.py +++ b/dash/dash.py @@ -301,7 +301,7 @@ def index(self, *args, **kwargs): # pylint: disable=unused-argument - + {} {}