Skip to content

Commit aa23360

Browse files
committed
Handle when a clicked link has parameters.
1 parent 506338b commit aa23360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chrome/js/modules/request.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,6 +1420,8 @@ pm.request = {
14201420
}
14211421

14221422
this.refreshLayout();
1423+
var newRows = getUrlVars($('#url').val(), false);
1424+
$('#url-keyvaleditor').keyvalueeditor('reset', newRows);
14231425
},
14241426

14251427
isMethodWithBody:function (method) {

0 commit comments

Comments
 (0)