File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -734,7 +734,7 @@ This filtering widget lets the user choose between ranges of price. Those ranges
734
734
{% highlight javascript %}
735
735
search.addWidget(
736
736
instantsearch.widgets.priceRanges({
737
- container: '#priceranges.widget-container ',
737
+ container: '#price-ranges ',
738
738
attributeName: 'price',
739
739
labels: {
740
740
currency: '$',
@@ -772,7 +772,7 @@ instantsearch.widgets.priceRanges(options);
772
772
773
773
</div >
774
774
775
- <div id =" priceranges " class =" widget-container " ></div >
775
+ <div id =" price-ranges " class =" widget-container " ></div >
776
776
777
777
### Sort
778
778
Original file line number Diff line number Diff line change 95
95
function htmlTabs ( ) {
96
96
$ ( '.widget-container' ) . each ( function ( ) {
97
97
var id = $ ( this ) . attr ( 'id' ) ;
98
- var buttons = $ ( '.code-box pre:contains("#' + id + '")' ) . closest ( '.code-box' ) . find ( '.btn-group' ) ;
98
+ var buttons = $ ( '.code-box pre:contains("container: \' #' + id + '\ '")') . closest ( '.code-box' ) . find ( '.btn-group' ) ;
99
99
buttons . append ( '<button type="button" class="toggle-doc-button html-btn btn btn-default btn-sm" data-widget-container="' + id + '">View HTML</button>' ) ;
100
100
buttons . after ( '<pre class="html-container highlight" id="html-' + id + '" style="display: none"></pre>' ) ;
101
101
} ) ;
You can’t perform that action at this time.
0 commit comments