Added Sendgrid details for production
This commit is contained in:
parent
9defe109fd
commit
685f696536
|
@ -262,6 +262,7 @@ delete locales;
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(".language-nav li a").click(function(){window.location.hash = $(this).attr("href")})
|
$(".language-nav li a").click(function(){window.location.hash = $(this).attr("href")})
|
||||||
</script>>
|
</script>>
|
||||||
|
<% content_for :page_specific_javascript do %>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$(document).on('change', '.reset_default_locale', function(){
|
$(document).on('change', '.reset_default_locale', function(){
|
||||||
|
@ -273,6 +274,7 @@ delete locales;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<% end %>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function() {
|
$(function() {
|
||||||
$('a[data-toggle="tab"]').on('click', function (e) {
|
$('a[data-toggle="tab"]').on('click', function (e) {
|
||||||
|
|
Loading…
Reference in New Issue