From 94bbd3c8a59d158b56a481699abb7c572a679ad0 Mon Sep 17 00:00:00 2001
From: Albert Santoni <albert.santoni@sourcefabric.org>
Date: Wed, 25 Jun 2014 20:36:08 -0400
Subject: [PATCH] Don't open trialbox My Account link in new window

---
 .../application/views/scripts/partialviews/trialBox.phtml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airtime_mvc/application/views/scripts/partialviews/trialBox.phtml b/airtime_mvc/application/views/scripts/partialviews/trialBox.phtml
index c0abffc89..18873ce00 100644
--- a/airtime_mvc/application/views/scripts/partialviews/trialBox.phtml
+++ b/airtime_mvc/application/views/scripts/partialviews/trialBox.phtml
@@ -6,7 +6,7 @@
            <div class="trial-box-calendar-gray"><?php echo _("days") ?></div>
       </div>
       <div class="trial-box-button">
-            <a title="<?php echo _("Purchase your copy of Airtime")?> href="/billing/upgrade" target="_blank"><?php echo _("My Account") ?></a>
+            <a title="<?php echo _("Purchase your copy of Airtime")?> href="/billing/upgrade"><?php echo _("My Account") ?></a>
       </div>
   </div>
 <?php }?>