Skip to content

Commit

Permalink
Fixed standalone view
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 24, 2015
1 parent dfee55d commit 010fbc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions panoramix/static/panoramix.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ var px = (function() {
if (dashboard !== undefined){
qrystr = parser.search + "&extra_filters=" + JSON.stringify(dashboard.filters);
}
else if ($('#query').length == 0){
qrystr = parser.search;
}
else {
qrystr = '?' + $('#query').serialize();
}
Expand Down

0 comments on commit 010fbc3

Please sign in to comment.