Skip to content

Commit

Permalink
Navigation fix for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Fiedorowicz committed Sep 27, 2016
1 parent 3bbf38f commit 5066656
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Installation
Changelog
---------

## 1.1.0.7-alpha, September 27, 2016

- Navigation fix for Firefox

## 1.1.0.6-alpha, September 5, 2016

- Updated js/layout/forms.js
Expand Down
4 changes: 1 addition & 3 deletions web/js/layout/navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ $(window).ready(function() {
})

mata.simpleTheme.navigator.navigate = function(href) {

mata.simpleTheme.iframe.attr("src", href);
mata.simpleTheme.navigator.updateURL(href)
mata.simpleTheme.ajaxLoader.run();

mata.simpleTheme.iframe.attr("src", href);
}

mata.simpleTheme.navigator.updateURL = function(href) {
Expand Down

0 comments on commit 5066656

Please sign in to comment.