Fix email link
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 18 Dec 2014 14:33:25 +0000 (09:33 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 18 Dec 2014 14:33:25 +0000 (09:33 -0500)
css/glm_jobs.css
views/front/jobDetail.php

index f8f5a0b..9992e6e 100644 (file)
@@ -1,6 +1,7 @@
 
 #post-query-submit,
 #post-search-input,
+#wordpress-https,
 #search-submit {
     display:none;
 }
index 233c520..752537c 100644 (file)
@@ -6,7 +6,7 @@
     <div><strong>Shift: </strong><?php echo $job->glm_jobs_shift; ?></div>
     <div><strong>Contact: </strong>
         <?php if ($job->glm_jobs_email):?>
-        <a href="<?php echo $job->glm_jobs_email;?>">
+        <a href="mailto: <?php echo $job->glm_jobs_email;?>">
         <?php endif;?>
         <?php echo $job->glm_jobs_contact; ?>
         <?php if ($job->glm_jobs_email):?>