diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index c22de2b..eb80c99 100755 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -10,7 +10,6 @@ var paramValue = hashParam.split('=')[1]; document.write(""); } catch(err) { - alert(err); } //document.write(""); diff --git a/config/application.rb b/config/application.rb index 2c89c24..25ef3f4 100755 --- a/config/application.rb +++ b/config/application.rb @@ -40,7 +40,7 @@ module Railsgoat config.filter_parameters += [:password] # Enable escaping HTML in JSON. - #config.active_support.escape_html_entities_in_json = false + #config.active_support.escape_html_entities_in_json = true # Use SQL instead of Active Record's schema dumper when creating the database. # This is necessary if your schema can't be completely dumped by the schema dumper,