Enable iframe feature for self host users

This commit is contained in:
Hillel Coren 2016-09-06 14:54:53 +03:00
parent 49095c30a1
commit 2f54d1dfa3

View File

@ -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>