mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-18 02:34:08 +00:00
Handle demo version of the app (#256)
This commit is contained in:
@@ -64,6 +64,10 @@
|
||||
|
||||
@endif
|
||||
|
||||
@if(config('app.env') === 'demo')
|
||||
window.demo_mode = true
|
||||
@endif
|
||||
|
||||
window.InvoiceShelf.start()
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user