blacklight-frontend
Advanced tools
Comparing version 7.7.0 to 7.10.0
@@ -300,3 +300,3 @@ Blacklight = function () { | ||
<p>Some message</p> | ||
<%= link_to "This result will still be within modal", some_link, data: { blacklight: "preserve" } %> | ||
<%= link_to "This result will still be within modal", some_link, data: { blacklight_modal: "preserve" } %> | ||
</div> | ||
@@ -303,0 +303,0 @@ |
@@ -47,3 +47,3 @@ /* | ||
<p>Some message</p> | ||
<%= link_to "This result will still be within modal", some_link, data: { blacklight: "preserve" } %> | ||
<%= link_to "This result will still be within modal", some_link, data: { blacklight_modal: "preserve" } %> | ||
</div> | ||
@@ -50,0 +50,0 @@ |
{ | ||
"name": "blacklight-frontend", | ||
"version": "7.7.0", | ||
"version": "7.10.0", | ||
"description": "[![Build Status](https://travis-ci.org/projectblacklight/blacklight.png?branch=master)](https://travis-ci.org/projectblacklight/blacklight) [![Gem Version](https://badge.fury.io/rb/blacklight.png)](http://badge.fury.io/rb/blacklight) [![Coverage Status](https://coveralls.io/repos/github/projectblacklight/blacklight/badge.svg?branch=master)](https://coveralls.io/github/projectblacklight/blacklight?branch=master)", | ||
@@ -27,5 +27,5 @@ "main": "app/assets/javascripts/blacklight", | ||
"bootstrap": "^4.3.1", | ||
"jquery": "^3.4.1", | ||
"jquery": "^3.5.1", | ||
"typeahead.js": "^0.11.1" | ||
} | ||
} |
@@ -32,2 +32,3 @@ # Blacklight | ||
* [Quickstart Guide](https://github.com/projectblacklight/blacklight/wiki/Quickstart) | ||
* [Testing and Developing Blacklight](https://github.com/projectblacklight/blacklight/wiki/Testing-and-Developing-Blacklight) | ||
* [Issue Tracker](https://github.com/projectblacklight/blacklight/issues) | ||
@@ -42,2 +43,6 @@ * [Support](https://github.com/projectblacklight/blacklight/wiki/Support) | ||
## Contributing Code | ||
Code contributions are always welcome, instructions for contributing can be found at [CONTRIBUTING.md](https://github.com/projectblacklight/blacklight/blob/master/CONTRIBUTING.md). | ||
## Configuring Apache Solr | ||
@@ -44,0 +49,0 @@ You'll also want some information about how Blacklight expects [Apache Solr](http://lucene.apache.org/solr ) to run, which you can find in [README_SOLR](https://github.com/projectblacklight/blacklight/wiki/README_SOLR) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
91422
56
1318
65
Updatedjquery@^3.5.1