jenkins-bot has submitted this change and it was merged.
Change subject: Fixes: Navigation does not update CodeMirror edit box in WDQS
GUI
......................................................................
Fixes: Navigation does not update CodeMirror edit box in WDQS GUI
Bug: T122380
Change-Id: Ic3b16d40daab5a147ee5f0b30b901c4cd2a490fa
---
M gui/wikibase/queryService/ui/App.js
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Smalyshev: Verified; Looks good to me, approved
jenkins-bot: Verified
diff --git a/gui/wikibase/queryService/ui/App.js
b/gui/wikibase/queryService/ui/App.js
index a007e4f..0f25092 100644
--- a/gui/wikibase/queryService/ui/App.js
+++ b/gui/wikibase/queryService/ui/App.js
@@ -184,7 +184,7 @@
$( '.explorer-panel' ).hide();
} );
- $( window ).on( 'popstate', $.proxy( this._initQuery(), this )
);
+ $( window ).on( 'popstate', $.proxy( this._initQuery, this ) );
$('body').on('click', function (e) {
if ($(e.target).data('toggle') !== 'popover'
--
To view, visit https://gerrit.wikimedia.org/r/261359
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic3b16d40daab5a147ee5f0b30b901c4cd2a490fa
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Jonas Kress (WMDE) <[email protected]>
Gerrit-Reviewer: Smalyshev <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits