X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/e8111bfbb23641eb8f5e6afadab6ec38e9e260c4..f5d7ead8bbeec349c55e55a9c5927a7667ee207f:/app/controllers/election_controller.rb diff --git a/app/controllers/election_controller.rb b/app/controllers/election_controller.rb index 68d59cc..be2fb3d 100644 --- a/app/controllers/election_controller.rb +++ b/app/controllers/election_controller.rb @@ -79,7 +79,6 @@ class ElectionController < ApplicationController def update_general_information @election = Election.find(params[:id]) - holder = create_theme_hash unless holder.values.all? {|v| v.has_value?("")} unless @election.embed_custom_string @@ -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"])