Skip to content

Commit

Permalink
#153 - https://pixabay.com image library fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusle committed Apr 8, 2020
1 parent 726502b commit 879e2d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/modules/file/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class File_search_media_class {
targets[i].addEventListener('click', function (event) {
//we have click
window.State.save();
this.dataset.url = this.dataset.url.replace('_640.', '_960.');
var data = {
url: this.dataset.url,
};
Expand Down

0 comments on commit 879e2d4

Please sign in to comment.