Skip to content

Commit a024a76

Browse files
committed
Reverted change and allowing pressing ESC to close wizard
1 parent aa112d9 commit a024a76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
1. [](#improved)
55
* Fixed alignment of the git icon in the Wizard (#115)
6-
* Prevent Wizard modal to get canceled when pressing ESC or if clicking on the overlay background (#115)
6+
* Prevent Wizard modal to get canceled when clicking on the overlay background (#115)
77
* Quick tray icon is now smarter. If GitSync has not been initialized yet, it will take you straight to wizard, otherwise it would perform a synchronization (#115)
88

99
# v2.0.0-rc.3

templates/partials/modal-wizard.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% set settings = config.plugins['git-sync'] %}
22
{% set frontend_url = (uri.base ~ uri.rootUrl)|trim('/') %}
33

4-
<div class="remodal" data-remodal-id="wizard" data-remodal-options="hashTracking: false, closeOnOutsideClick: false, closeOnEscape: false">
4+
<div class="remodal" data-remodal-id="wizard" data-remodal-options="hashTracking: false, closeOnOutsideClick: false">
55

66
<h1>Git Sync - Wizard</h1>
77
{% if git_sync.git_installed %}
@@ -139,7 +139,7 @@
139139
<p>
140140
If you already have a repository set up and ready to use, you can skip this step. Otherwise, please follow these steps:
141141
</p>
142-
142+
143143
<div class="wizard-padding">
144144
<ol>
145145
<li>If you are creating a new repository, create an initial commit.
@@ -217,7 +217,7 @@
217217
<input type="text" name="gitsync[webhook]" placeholder="/_git-sync" value="{{ settings.webhook|default('/_git-sync') }}" />
218218
</label>
219219
</p>
220-
220+
221221
<p>
222222
You can also use a secret token if your service provider supports it:</p>
223223

0 commit comments

Comments
 (0)