diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/settings/_authentication.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/settings/_authentication.html.erb b/app/views/settings/_authentication.html.erb index bba896497..d190fab66 100644 --- a/app/views/settings/_authentication.html.erb +++ b/app/views/settings/_authentication.html.erb @@ -19,6 +19,8 @@ <p><%= setting_check_box :openid, :disabled => !Object.const_defined?(:OpenID) %></p> <p><%= setting_check_box :rest_api_enabled %></p> + +<p><%= setting_check_box :jsonp_enabled %></p> </div> <fieldset class="box"> |