Skip to content

Commit

Permalink
build assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
knowtheory committed Jun 30, 2015
1 parent 651a234 commit 30d5dca
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 40 deletions.
103 changes: 67 additions & 36 deletions build-min/visualsearch.js

Large diffs are not rendered by default.

Binary file modified build-min/visualsearch.js.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions build-min/visualsearch_templates.js

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

Binary file modified build-min/visualsearch_templates.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build/visualsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -1964,6 +1964,6 @@ VS.model.SearchQuery = Backbone.Collection.extend({
window.JST = window.JST || {};

window.JST['search_box'] = _.template('<div class="VS-search <% if (readOnly) { %>VS-readonly<% } %>">\n <div class="VS-search-box-wrapper VS-search-box">\n <div class="VS-icon VS-icon-search"></div>\n <div class="VS-placeholder"></div>\n <div class="VS-search-inner"></div>\n <div class="VS-icon VS-icon-cancel VS-cancel-search-box" title="clear search"></div>\n </div>\n</div>');
window.JST['search_facet'] = _.template('<% if (model.has(\'category\')) { %>\n <div class="category"><%= model.get(\'category\') %>:</div>\n<% } %>\n\n<div class="search_facet_input_container">\n <input type="text" class="search_facet_input ui-menu VS-interface" value="" <% if (readOnly) { %>disabled="disabled"<% } %> />\n</div>\n\n<div class="search_facet_remove VS-icon VS-icon-cancel"></div>');
window.JST['search_facet'] = _.template('<% if (model.has(\'category\')) { %>\n <div class="category"><%- model.get(\'category\') %>:</div>\n<% } %>\n\n<div class="search_facet_input_container">\n <input type="text" class="search_facet_input ui-menu VS-interface" value="" <% if (readOnly) { %>disabled="disabled"<% } %> />\n</div>\n\n<div class="search_facet_remove VS-icon VS-icon-cancel"></div>');
window.JST['search_input'] = _.template('<input type="text" class="ui-menu" <% if (readOnly) { %>disabled="disabled"<% } %> />');
})();
2 changes: 1 addition & 1 deletion lib/js/templates/templates.js

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

0 comments on commit 30d5dca

Please sign in to comment.