Skip to content

Commit

Permalink
[webui] disable mobile views till we come along to fix them
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Nov 9, 2012
1 parent 10ba187 commit 6c148d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,6 @@ def mobile_request?
end

def check_mobile_views
prepend_view_path(Rails.root.join('app', 'mobile_views')) if mobile_request?
#prepend_view_path(Rails.root.join('app', 'mobile_views')) if mobile_request?
end
end

0 comments on commit 6c148d1

Please sign in to comment.