This repository was archived by the owner on May 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h2 class="ion-android-close clickable"></h2>
66 < % if(ob.invalidData){ %>
77 < div class ="fullCentered "> < h2 > < %= polyglot.t('errorMessages.serverError') %> </ h2 > </ div >
88 < % } else { %>
9- < div class ="modal-hero js-transactionHero shadow-inner1-light overflowHidden "
9+ < div class ="modal-hero js-transactionHero shadow-inner1-light "
1010 < % if(ob.vendor_offer.listing.item.image_hashes){ %>
1111 style="background-image: url(< %= ob.serverUrl %> get_image?hash=< %= ob.vendor_offer.listing.item.image_hashes[0] %> &guid=< %=ob.vendor_offer.listing.id.guid %> ), url(imgs/defaultBanner.png);"
1212 < % } else { %>
Original file line number Diff line number Diff line change @@ -638,8 +638,8 @@ app.on('ready', function() {
638638 autoUpdater . quitAndInstall ( ) ;
639639 } ) ;
640640
641- var feedURL = 'http ://updates.openbazaar.org:5000 /update/' + platform + '/' + version ;
642- autoUpdater . setFeedURL ( feedURL ) ;
641+ var feedURL = 'https ://updates.openbazaar.org:5001 /update/' + platform + '/' + version ;
642+ autoUpdater . setFeedURL ( feedURL )
643643 mainWindow . webContents . executeJavaScript ( "console.log('Checking for new versions at " + feedURL + " ...')" ) ;
644644
645645 // Check for updates every hour
You can’t perform that action at this time.
0 commit comments