Skip to content

Commit b247b00

Browse files
committed
rebased on master, removed X, checkboxes to the left, google maps off
1 parent 1944169 commit b247b00

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/network-optin/index.jade

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
.modal-dialog
33
.model-content
44
.modal-header
5-
button.close(type='button', data-dismiss='modal', aria-label='Close', data-hook='close-button')
6-
span(aria-hidden='true') ×
75
h4.modal-title Help us improve Compass
86
.modal-body
97
p We'd like to ask for your help to improve MongoDB Compass and get your feedback. Please choose from the options below:
@@ -12,20 +10,20 @@
1210
li
1311
p Enable the "Product Feedback" tool to send feedback right from the app and talk to our Product and Development teams.
1412
label
15-
span Enable Product Feedback
1613
input(type='checkbox', name='productFeedback', data-hook='product-feedback-checkbox')
14+
span Enable Product Feedback
1715

1816
li
1917
p Allow Compass to send crash reports containing stack traces and unhandled exceptions.
2018
label
21-
span Enable Crash Reports
2219
input(type='checkbox', name='crashReports', data-hook='crash-reports-checkbox')
20+
span Enable Crash Reports
2321

2422
li
2523
p Allow Compass to send anonymous usage statistics.
2624
label
27-
span Enable Usage Statistics
2825
input(type='checkbox', name='usageStats', data-hook='usage-stats-checkbox')
26+
span Enable Usage Statistics
2927

3028
p With any of these options, no personal information or any of your stored data will be submitted.
3129

src/network-optin/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ var NetworkOptInView = View.extend({
3131
},
3232
events: {
3333
'click input[type=checkbox]': 'checkboxChanged',
34-
'click button[data-hook=start-button]': 'buttonClicked',
35-
'click button[data-hook=close-button]': 'buttonClicked'
34+
'click button[data-hook=start-button]': 'buttonClicked'
3635
},
3736
bindings: {
3837
bugsnag: {

0 commit comments

Comments
 (0)