Skip to content

Commit

Permalink
Fixed issue #10504: Token table, send invitation goes to reminder form
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 17, 2016
1 parent 08fabda commit f56ecd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/admin/tokens.js
Expand Up @@ -348,8 +348,8 @@ $(document).ready(function() {
else
{
var newForm = jQuery('<form>', {
'action': remindurl,
'target': 'inviteurl'
'action': inviteurl,
'target': '_blank'
}).append(jQuery('<input>', {
'name': 'tokenids',
'value': $("#displaytokens").getGridParam("selarrrow").join("|"),
Expand Down

0 comments on commit f56ecd9

Please sign in to comment.