~ssweeny/+junk/nest-webapp

« back to all changes in this revision

Viewing changes to qml/Main.qml

  • Committer: Oliver Grawert
  • Date: 2015-03-27 08:59:12 UTC
  • Revision ID: ogra@ubuntu.com-20150327085912-h5o0jjlse3qw1qc3
allow local storage for javascript content to make pages like wedemain.fr work, thanks to Vincent Jobard for reporting this issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                }
65
65
            }
66
66
            Component.onCompleted: {
 
67
                preferences.localStorageEnabled = true
67
68
                url = myUrl
68
69
            }
69
70
        }