Fixed chrome title bug, maybe

This commit is contained in:
Thomas Atkins 2020-02-08 21:47:05 -06:00
parent 6b023caac6
commit 781d9c7bba
2 changed files with 22 additions and 1 deletions

19
.env Normal file
View File

@ -0,0 +1,19 @@
APP_NAME=Flitter
APP_URL=http://localhost:8000/
SERVER_PORT=8000
LOGGING_LEVEL=1
DATABASE_HOST=10.125.125.1
DATABASE_PORT=27017
DATABASE_NAME=test4
DATABASE_AUTH=true
DATABASE_USER=nova38
DATABASE_PASS=135798642
SECRET=changeme
ENVIRONMENT=development
SSL_ENABLE=false
SSL_CERT_FILE=cert.pem
SSL_CERT_KEY=cert.key

View File

@ -8,7 +8,9 @@
</ion-button>
</ion-menu-toggle>
</ion-buttons>
<ion-title contenteditable="true" #titleBar>{{ pageRecord.Name }}</ion-title>
<ion-title #titleBar>
<div contenteditable="true"> {{ pageRecord.Name }} </div>
</ion-title>
</ion-toolbar>
</ion-header>