From 15f4b0abd27b238c3be5142335c19074cfce7716 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 18 Feb 2014 23:33:13 -0500 Subject: [PATCH] fix syntax for on click --- .../src/main/webapp/WEB-INF/views/approve.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-connect-server-webapp/src/main/webapp/WEB-INF/views/approve.jsp b/openid-connect-server-webapp/src/main/webapp/WEB-INF/views/approve.jsp index 95bb5b590..a2bd2717b 100644 --- a/openid-connect-server-webapp/src/main/webapp/WEB-INF/views/approve.jsp +++ b/openid-connect-server-webapp/src/main/webapp/WEB-INF/views/approve.jsp @@ -245,7 +245,7 @@ $(document).ready(function() { $('.claim-tooltip').popover(); - $('#toggleMoreInformation').on('click', function(event) { + $(document).on('click', '#toggleMoreInformation', function(event) { event.preventDefault(); if ($('#moreInformation').is(':visible')) { // hide it