Fix email design popup
This commit is contained in:
parent
0fdd7fce1e
commit
85352f02cf
2 changed files with 9 additions and 5 deletions
|
|
@ -338,7 +338,7 @@ iframe.src = '{{ rtrim(SITE_URL ,'/') }}/view/'
|
|||
</div>
|
||||
|
||||
|
||||
<script>
|
||||
<script type="text/javascript">
|
||||
|
||||
var products = {!! $products !!};
|
||||
|
||||
|
|
@ -430,10 +430,6 @@ iframe.src = '{{ rtrim(SITE_URL ,'/') }}/view/'
|
|||
$('#iframeHelpModal').modal('show');
|
||||
});
|
||||
|
||||
$('.email_design_id .input-group-addon').click(function() {
|
||||
$('#designHelpModal').modal('show');
|
||||
});
|
||||
|
||||
$(function() {
|
||||
onCustomLinkChange();
|
||||
|
||||
|
|
|
|||
|
|
@ -119,4 +119,12 @@
|
|||
|
||||
{!! Former::close() !!}
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
$('.email_design_id .input-group-addon').click(function() {
|
||||
$('#designHelpModal').modal('show');
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
@stop
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue