Skip to content

Commit

Permalink
Merge commits from upstream development branch
Browse files Browse the repository at this point in the history
Merge all commits from upstream branch after releasing version 1.3.0
  • Loading branch information
gizmecano committed Mar 4, 2019
2 parents 6812b08 + aba5277 commit 3b9f9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This command will check your Grav install to see if your Mediator theme is due f
Manually updating Mediator is pretty simple. Here is what you will need to do to get this done:

* Delete the `your/site/user/themes/mediator` directory.
* Downalod the new version of the Mediator theme from either [GitHub](https://github.com/getgrav/grav-plugin-mediator) or [GetGrav.org](http://getgrav.org/downloads/themes#extras).
* Download the new version of the Mediator theme from either [GitHub](https://github.com/getgrav/grav-plugin-mediator) or [GetGrav.org](http://getgrav.org/downloads/themes#extras).
* Unzip the zip file in `your/site/user/themes` and rename the resulting folder to `mediator`.
* Clear the Grav cache. The simplest way to do this is by going to the root Grav directory in terminal and typing `bin/grav clear-cache`.

Expand Down
2 changes: 1 addition & 1 deletion templates/partials/javascripts.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
var height = $('.article-image').height();
$('.post-content').css('padding-top', height + 'px');
$('a[href*=#]:not([href=#])').click(function() {
$('a[href*=\\#]:not([href=\\#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
&& location.hostname == this.hostname) {
var target = $(this.hash);
Expand Down

0 comments on commit 3b9f9b1

Please sign in to comment.