mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
add admin_document_title
This commit is contained in:
@ -57,6 +57,11 @@
|
||||
|
||||
window.login_page_description = "{{$login_page_description}}"
|
||||
|
||||
@endif
|
||||
@if(isset($admin_document_title))
|
||||
|
||||
window.admin_document_title = "{{$admin_document_title}}"
|
||||
|
||||
@endif
|
||||
window.Crater.start()
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user