mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 16:40:56 -04:00
Enable iframe feature for self host users
This commit is contained in:
parent
49095c30a1
commit
2f54d1dfa3
@ -34,7 +34,6 @@
|
||||
|
||||
{{-- Former::select('recurring_hour')->options($recurringHours) --}}
|
||||
|
||||
@if (Utils::isNinja())
|
||||
{!! Former::inline_radios('custom_invoice_link')
|
||||
->onchange('onCustomLinkChange()')
|
||||
->label(trans('texts.invoice_link'))
|
||||
@ -57,7 +56,7 @@
|
||||
->addGroupClass('iframe_url')
|
||||
->label(' ')
|
||||
->help(trans('texts.subdomain_help')) !!}
|
||||
@endif
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user