Skip to content

Commit

Permalink
Update refreshable-picture-card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dimagoltsman authored May 21, 2020
1 parent 2bbd9b0 commit f55611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/refreshable-picture-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class ResfeshablePictureCard extends HTMLElement {

}

if(pictureUrl.indexOf("&") > -1){
if(pictureUrl.indexOf("?") > -1){
pictureUrl = pictureUrl + "&currentTimeCache=" + (new Date().getTime())
}else{
pictureUrl = pictureUrl + "?currentTimeCache=" + (new Date().getTime())
Expand Down

0 comments on commit f55611d

Please sign in to comment.