removed comments and Fixed Issue #184

This commit is contained in:
cktricky
2016-04-19 08:43:18 -04:00
parent fafe94b571
commit 7f5af27478
10 changed files with 2 additions and 72 deletions
@@ -32,7 +32,6 @@ class ApplicationController < ActionController::Base
def administrative
if not is_admin?
#reset_session
redirect_to root_url
end
end
@@ -57,6 +56,5 @@ class ApplicationController < ActionController::Base
def sanitize_font(css)
css
# css if css.match(/\A[0-9]+([\%]|pt)\z/)
end
end