Merge pull request #229 from ONLYOFFICE/feature/bug-fix

[mobile] Fix Bug 42297
This commit is contained in:
Julia Radzhabova 2019-08-23 10:39:09 +03:00 committed by GitHub
commit d48731bb3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -183,7 +183,7 @@ require([
//Store Framework7 initialized instance for easy access
window.uiApp = new Framework7({
// Default title for modals
modalTitle: '{{MOBILE_MODAL_TITLE}}',
modalTitle: '{{APP_TITLE_TEXT}}',
// Enable tap hold events
tapHold: true,

View file

@ -181,7 +181,7 @@ require([
//Store Framework7 initialized instance for easy access
window.uiApp = new Framework7({
// Default title for modals
modalTitle: '{{MOBILE_MODAL_TITLE}}',
modalTitle: '{{APP_TITLE_TEXT}}',
// If it is webapp, we can enable hash navigation:
// pushState: false,

View file

@ -167,7 +167,7 @@ require([
//Store Framework7 initialized instance for easy access
window.uiApp = new Framework7({
// Default title for modals
modalTitle: '{{MOBILE_MODAL_TITLE}}',
modalTitle: '{{APP_TITLE_TEXT}}',
// Enable tap hold events
tapHold: true,