This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cffunction name="onContentEdit"> | |
<cfargument name="$" /> | |
<cfset var scripts = ''> | |
<cfif $.getSubType() Eq 'Vacancy'> | |
<cfsavecontent variable="scripts"> | |
<script> | |
jQuery(document).ready(function($){ | |
var newSummary = 'Vacancy summary ' + '<br /><span style="font-weight:normal">Place the single line vacancy description here, this will be visible in the vacancy search</span>'; | |
$('.summaryContainer label a').html(newSummary); |