From a3d5aaa84785aafb521e6e49fa40062067587b09 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Mon, 18 Jun 2018 23:22:59 +0200 Subject: [PATCH 01/13] Icons and help now open in new tab (fixes #85, #34) --- configurator.py | 24 +++--------------------- dev.html | 24 +++--------------------- 2 files changed, 6 insertions(+), 42 deletions(-) diff --git a/configurator.py b/configurator.py index 4b7a98a..4200bec 100755 --- a/configurator.py +++ b/configurator.py @@ -339,7 +339,7 @@ INDEX = Template(r""" box-shadow: 0 1px 0 0 #03a9f4 !important; } - #modal_acekeyboard, #modal_components, #modal_icons { + #modal_acekeyboard { top: auto; width: 96%; min-height: 96%; @@ -654,8 +654,8 @@ INDEX = Template(r""" - - From 11e19449181919de923cf36f18ea1e48fb529bbc Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 22 Jun 2018 13:51:38 +0000 Subject: [PATCH 10/13] Updated jQuery to 3.3.1 --- changelog.txt | 1 + configurator.py | 2 +- dev.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7d34862..e886a4b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ Version 0.2.9 (2018-06-) - Cosmetic fix for scaled viewports @danielperna84 - Added search-function for entities (Issue #99) @danielperna84 - Updated Ace Editor to 1.3.3 +- Updates jQuery to 3.3.1 Version 0.2.8 (2018-04-23) - Updated CDN libraries @jmart518 diff --git a/configurator.py b/configurator.py index ec8d008..2e4057c 100755 --- a/configurator.py +++ b/configurator.py @@ -2114,7 +2114,7 @@ INDEX = Template(r""" - + + - + - +