diff --git a/openid-connect-server/src/main/webapp/resources/js/admin.js b/openid-connect-server/src/main/webapp/resources/js/admin.js index 02aaf3ec3..5cb0526a2 100644 --- a/openid-connect-server/src/main/webapp/resources/js/admin.js +++ b/openid-connect-server/src/main/webapp/resources/js/admin.js @@ -1147,7 +1147,7 @@ initialize:function() { if (!this.template) { - this.template = _.template($('#tmpl-system-scope-form')) + this.template = _.template($('#tmpl-system-scope-form').html()); } }, diff --git a/openid-connect-server/src/main/webapp/resources/template/admin.html b/openid-connect-server/src/main/webapp/resources/template/admin.html index b39ef11d6..f8738180a 100644 --- a/openid-connect-server/src/main/webapp/resources/template/admin.html +++ b/openid-connect-server/src/main/webapp/resources/template/admin.html @@ -580,7 +580,6 @@ \ No newline at end of file