Skip to content

Commit

Permalink
Also use plain orf.at domain in UrlPatterns
Browse files Browse the repository at this point in the history
Relabel Kundendienst button
  • Loading branch information
bittner committed Dec 22, 2015
1 parent c79423f commit 4295286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var webappUrl = "http://m.orf.at/"

// the the pattern that defines which links are considered
// local and which are opened in an external browser (required)
var webappUrlPattern = "https?://*.orf.at/*"
var webappUrlPattern = "https?://orf.at/*,https?://*.orf.at/*"

// a user agent override (optional)
// var webappUA = "uncomment this line and set your User Agent string here between these quotes, if you need to override it"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"desktop": "orf-total.desktop"
}
},
"version": "0.4",
"version": "0.5",
"maintainer": "Peter Bittner <django@bittner.it>",
"framework": "ubuntu-sdk-15.04"
}
2 changes: 1 addition & 1 deletion qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ MainView {
onTriggered: {
webview.url = "http://kundendienst.orf.at/"
}
text: qsTr("Kontakt")
text: qsTr("Service")
},
RadialAction {
id: tv
Expand Down

0 comments on commit 4295286

Please sign in to comment.