Navigation Menu

Skip to content

Commit

Permalink
[FIXED JENKINS-16598] Use prototype library to add onclick listener
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenGBrown committed Feb 3, 2013
1 parent 7e3c47d commit b03aab0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -46,9 +46,9 @@ function init() {
}

for (var key in elements) {
elements[key].addEventListener('click', function() {
elements[key].observe('click', function() {
onClick(elements);
}, false);
});
}
}

Expand Down

0 comments on commit b03aab0

Please sign in to comment.