Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UV theme #880

Merged
merged 1 commit into from
Apr 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions public/uv-3-61ff8f0ca0c7ceda859d0e00861a5150
2 changes: 1 addition & 1 deletion public/uv-3/.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4002350b6d7dd77c3f10f096e3a03785
61ff8f0ca0c7ceda859d0e00861a5150
8 changes: 4 additions & 4 deletions public/uv-3/build.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/uv-3/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function createUV(selector, data, dataProvider) {
}, false);

uv.on('created', function(obj) {

resize();
}, false);

uv.on('collectionIndexChanged', function(collectionIndex) {
Expand Down