From: Georgia Suttie <georgia@trinityp3.com>
Subject: TrinityP3 – Paying Peanuts, Selecting a New Agency, Stump the Strategist
$(window).resize(function(){ var topbarHeight = $(".bar-mid").height(); var paddingHeight = 60; var newHeight = $(window).height() - topbarHeight - paddingHeight; CS.ViewCampaign.changeFrameHeight(newHeight); });
function change_parent_url(url) { document.location = url; }
From: Georgia Suttie <georgia@trinityp3.com>
Subject: TrinityP3 – Paying Peanuts, Selecting a New Agency, Stump the Strategist
From: Georgia Suttie <georgia@trinityp3.com>
Subject: TrinityP3 – Paying Peanuts, Selecting a New Agency, Stump the Strategist
var docHeight = $(document).height(); var topbarHeight = $(".bar-mid").height(); var paddingHeight = 60;
$(".frame").css("height", docHeight - topbarHeight - 1 + "px"); $('.dynamic-content').height(docHeight - topbarHeight - paddingHeight); $(function () { $(".ko-radio").bind('change', function (e) { $(this).closest('form').trigger('submit'); }); });
CS.ViewCampaign.showVersionSwitcher();