diff --git a/addon/www/index.html b/addon/www/index.html index 0b438e0..a564c3b 100644 --- a/addon/www/index.html +++ b/addon/www/index.html @@ -593,7 +593,7 @@ along with this program. If not, see . .attr('data-addon-config-url', addon.config_url) .append($(''), i18next.t('open_config')); bconfig.click(function() { - var win = window.open(this.getAttribute('data-addon-config-url'), '_blank'); + var win = window.open(this.getAttribute('data-addon-config-url') + window.location.search, '_blank'); win.focus(); });