Skip to content

Commit f079faa

Browse files
committed
Merge branch 'develop'
2 parents dd52519 + b344277 commit f079faa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"base_template": "lib/website/templates/base.html",
3-
"framework_version": "3.9.5",
3+
"framework_version": "3.9.6",
44
"modules": {
55
"Calendar": {
66
"color": "#2980b9",

public/js/wn/views/query_report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ wn.views.QueryReport = Class.extend({
7979
var route = wn.get_route();
8080
var me = this;
8181
if(route[1]) {
82-
if(me.report_name!=route[1]) {
82+
if((me.report_name!=route[1]) || wn.route_options) {
8383
me.report_name = route[1];
8484
this.wrapper.find(".no-report-area").toggle(false);
8585
me.appframe.set_title(wn._("Query Report")+": " + wn._(me.report_name));

0 commit comments

Comments
 (0)