mirror of
https://github.com/orangeglo/gbnp.git
synced 2026-09-10 09:35:16 -05:00
Add query param to auto select iG, minor style change
This commit is contained in:
@@ -76,6 +76,10 @@ let app = new Vue({
|
||||
this.processor.menu = this.menu;
|
||||
this.processor.tickerText = this.tickerText;
|
||||
this.processor.forceDMG = this.forceDMG;
|
||||
|
||||
if (window.location.search.substr(1).toLowerCase() == 'ig') {
|
||||
this.cartType = 1;
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
downloadEnabled: function() {
|
||||
|
||||
@@ -201,5 +201,5 @@ noscript {
|
||||
}
|
||||
|
||||
.cart-option.selected {
|
||||
border: 1px solid black;
|
||||
border: 1px solid #000079;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user