From 239710aff029f7f4b2b2df1dff4304daede619de Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 14 Jan 2017 15:42:36 +0100 Subject: [PATCH] Bootstrap.pm: remove support for IE8 and older --- PVE/APIServer/Formatter/Bootstrap.pm | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/PVE/APIServer/Formatter/Bootstrap.pm b/PVE/APIServer/Formatter/Bootstrap.pm index 9ab43db..c38cda2 100644 --- a/PVE/APIServer/Formatter/Bootstrap.pm +++ b/PVE/APIServer/Formatter/Bootstrap.pm @@ -6,6 +6,10 @@ use URI::Escape; use HTML::Entities; use JSON; +# FIXME: page title +# FIXME: cookie_name +# FIXME: console code?? + # Helpers to generate simple html pages using Bootstrap markup. my $jssrc = <<_EOJS; @@ -108,13 +112,6 @@ body { } - - - -