Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.DS_Store

build-min
build
bower_components
1 change: 1 addition & 0 deletions .ruby-gemset
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
visualsearch
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.1.2
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visualsearch",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "http://documentcloud.github.io/visualsearch/",
"authors": [
"Samuel Clay",
Expand Down
Binary file modified build-min/dependencies.js.gz
Binary file not shown.
Binary file modified build-min/visualsearch-datauri.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build-min/visualsearch.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified build-min/visualsearch.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build/visualsearch-datauri.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Source: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
/* ================ */

.ui-helper-hidden-accessible {
display: none;
display: block;
}

.VS-interface.ui-autocomplete {
Expand Down
10 changes: 5 additions & 5 deletions demo.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE HTML>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
Expand Down Expand Up @@ -302,9 +302,9 @@ <h2 id="demo">Demo <span class="demo-hint"><i>Try searching for: <b>account</b>,
},
facetMatches : function(callback) {
callback([
'account',
'filter',
'access',
'account',
'filter',
'access',
'title',
{ label: 'city', category: 'location' },
{ label: 'address', category: 'location' },
Expand Down Expand Up @@ -455,7 +455,7 @@ <h2 id="demo">Demo <span class="demo-hint"><i>Try searching for: <b>account</b>,
});
});
</script>

</div>

</body>
Expand Down
Loading