Jonas Kress (WMDE) has uploaded a new change for review. https://gerrit.wikimedia.org/r/261359
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(-) git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/rdf refs/changes/59/261359/1 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: newchange Gerrit-Change-Id: Ic3b16d40daab5a147ee5f0b30b901c4cd2a490fa Gerrit-PatchSet: 1 Gerrit-Project: wikidata/query/rdf Gerrit-Branch: master Gerrit-Owner: Jonas Kress (WMDE) <jonas.kr...@wikimedia.de> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits