From: Date: Thu, 17 Jul 2008 21:46:20 +0000 (-0400) Subject: Scrollbar if someone creates too many electons to fit within defualt given room for... X-Git-Url: https://projects.mako.cc/source/selectricity-live/commitdiff_plain/f5d7ead8bbeec349c55e55a9c5927a7667ee207f?hp=07ff860387aed826ff4046f16a27324c58e4fb3d Scrollbar if someone creates too many electons to fit within defualt given room for control panel. Doesn't look too good yet. --- diff --git a/app/controllers/election_controller.rb b/app/controllers/election_controller.rb index 7f87b2e..be2fb3d 100644 --- a/app/controllers/election_controller.rb +++ b/app/controllers/election_controller.rb @@ -46,7 +46,6 @@ class ElectionController < ApplicationController @election.anonymous = 1 @election.startdate = Time.now - holder = create_theme_hash unless holder.values.all? {|v| v.has_value?("")} token_generator = UniqueTokenGenerator.new( 16 ) @@ -98,8 +97,10 @@ class ElectionController < ApplicationController end end - #Takes care of uploading custom images -- unnecessarily long, how can I compress? + #Takes care of uploading custom images + #unnecessarily long, how can I compress? def add_theme(prefix) + holder = create_theme_hash unless params[:top_bar][:uploaded_data].to_s.empty? previous = SkinPicture.find(:first, :conditions => ["filename = ?", @election.embed_custom_string + "top_bar.png"])