Skip to content

Commit

Permalink
Fixed issue #12050: Token edit / [ENTER] > show json file
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Jan 19, 2017
1 parent 8b2b09e commit c47a7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/admin/tokens.js
Expand Up @@ -303,7 +303,7 @@ $(document).ready(function(){
});


$(document).on('submit','#edittoken',function(){
$(document).on('submit.edittoken','#edittoken',function(event){
if($('#editTokenModal').length > 0 ){
event.preventDefault();
submitEditToken();
Expand Down

0 comments on commit c47a7b1

Please sign in to comment.