Skip to content

Commit

Permalink
Fixed issue: links in sidemenu to questions doen't work
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Jan 11, 2018
1 parent b416031 commit 034e01b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/packages/pjax/loadPjax.js
Expand Up @@ -53,9 +53,9 @@ var switchOuterHTML = function (oldEl, newEl, opt) {
$('a.pjax').off('click');
window.activePjax = null;
},
triggerLoadUrl = function(e){
triggerLoadUrl = function(e,data){
var currentPjax = singletonPjax();
currentPjax.loadUrl(e.url, singletonPjax().options);
currentPjax.loadUrl(data.url, singletonPjax().options);
},
reparseDocument = function(){
var currentPjax = singletonPjax();
Expand Down

0 comments on commit 034e01b

Please sign in to comment.