Skip to content

Commit

Permalink
okky jobs 담당 이메일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
1angerhans committed Oct 8, 2019
1 parent 5cc7f76 commit ee74d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grails-app/controllers/net/okjsp/CompanyController.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class CompanyController {

mailService.sendMail {
async true
to "[email protected]", "[email protected]" , "btjung@ebrain.kr"
to "okky_jobs@ebrain.kr"
subject "["+message(code:'email.company.enable.subject')+"] ${company.name}"
body(view:'/email/company_request', model: [company: company, companyInfo: companyInfo, grailsApplication: grailsApplication] )
}
Expand Down
3 changes: 2 additions & 1 deletion grails-app/taglib/net/okjsp/BannerTagLib.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ class BannerTagLib {
style="display:block"
data-ad-client="ca-pub-8103607814406874"
data-ad-slot="8622179990"
data-ad-format="auto"></ins>
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Expand Down

0 comments on commit ee74d2b

Please sign in to comment.