~abreu-alexandre/webapps-core/fb-cleanup-sharing-div-creation

« back to all changes in this revision

Viewing changes to webapp-googleplus/webview-override.qml

  • Committer: Alexandre Abreu
  • Date: 2015-04-30 21:01:24 UTC
  • Revision ID: alexandre.abreu@canonical.com-20150430210124-vmfqzx5tjncmdmc8
Fix gplus

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
        }
212
212
 
213
213
        function openUrlExternally(url) {
214
 
            webview.openExternalUrlTriggered(url)
215
 
            if (! webview.blockOpenExternalUrls) {
216
 
                Qt.openUrlExternally(url)
217
 
            }
 
214
            Qt.openUrlExternally(url)
218
215
        }
219
216
 
220
217
        function shouldAllowNavigationTo(url) {