Skip to content

Commit

Permalink
Dev: close modal after insterting label sets in answer options
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jun 7, 2016
1 parent a63798c commit 33abca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/admin/answers.js
Expand Up @@ -608,6 +608,7 @@ function transferlabels()
});
}
$('.tab-page:first .answertable tbody').sortable('refresh');
$('#labelsetbrowserModal').modal('hide');
updaterowproperties();

}}
Expand Down

0 comments on commit 33abca9

Please sign in to comment.