Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit be01a9c

Browse files
committed
es-lint cleanup
1 parent afeb3d1 commit be01a9c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

css/obBase.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ h1,h2,h3,
202202
line-height: 1.2;
203203
}
204204

205-
h4,h5,h6
205+
h4,h5,h6,
206206
.h4,.h5,.h6 {
207207
margin-bottom: 10px;
208208
line-height: 1;
@@ -3466,7 +3466,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
34663466
}
34673467

34683468
.onboardingIntroDiscover:before {
3469-
background: #252525 url('../imgs/onboarding-discover-callout.png') 100% 0%;
3469+
background: #252525 url('../imgs/onboarding-discover-callout.png') 100% 0;
34703470
background-size: 233px 196px;
34713471
content: " ";
34723472
width: 32px;

js/views/buyWizardVw.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = baseVw.extend({
7878
this.userModel = this.options.userModel;
7979
this.worldwide = this.options.worldwide;
8080
this.shippingRegions = this.options.shippingRegions;
81-
this.hideMap = true;
81+
//this.hideMap = true;
8282
this.orderID = "";
8383
this.model.set('selectedModerator', "");
8484
this.model.updateAttributes();
@@ -300,7 +300,7 @@ module.exports = baseVw.extend({
300300
},
301301

302302
doesntHaveWallet: function(){
303-
this.hasWallet = false;
303+
//this.hasWallet = false;
304304
this.accNext();
305305
},
306306

js/views/transactionModalVw.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,11 @@ module.exports = baseVw.extend({
360360
this.$('.js-transactionFeedback').removeClass('bottom0');
361361
},
362362

363+
/*
363364
showRefundOrder: function(){
364365
this.setState("refund");
365366
},
367+
*/
366368

367369
showCompleteForm: function(){
368370
this.$('.js-transactionShowContract').addClass('hide');

0 commit comments

Comments
 (0)