Skip to content

Commit

Permalink
Merge pull request #13 from recena/master
Browse files Browse the repository at this point in the history
[JENKINS-31054] Generate button does not work
  • Loading branch information
stephenc committed Oct 21, 2015
2 parents c75db1d + 1465410 commit 297f81f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@
readonly="true" style="width: 80ex;"
onclick="this.select();"/>
<input type="button" value="${%Generate}..." onclick="(function(){
var src = window.event.target || window.event.srcElement;
var src = event.target || event.srcElement;
var fld = findPreviousFormItem(src,'key');
var text = '';
var possible = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_';
Expand Down

0 comments on commit 297f81f

Please sign in to comment.