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

Commit de8a9a7

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into improveStoreSearch
2 parents c28bf84 + b46b5c6 commit de8a9a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/templates/transactionModal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 { %>

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)