Skip to content

Commit

Permalink
Merge branch 'develop' into beta-0.7-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Levia committed Jan 10, 2019
2 parents 5d8b1e0 + 8abc796 commit 4e2fb70
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions js/jquery.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ function initIframeChange() {
if(window.themes.length > 0) {
url += '&collections=' + window.themes + '&noViews=false';
}
else {
url += '&noViews=true';
}

iframe.attr('src', url);
});

Expand Down Expand Up @@ -73,10 +69,6 @@ function initIframeChange() {
collections = window.themes.join(',');
url += '&collections=' + collections + '&noViews=false';
}
else {
url += '&noViews=true'
}

iframe.attr('src', url);
});
}
Expand Down

0 comments on commit 4e2fb70

Please sign in to comment.