Commit 4c3bfb45 authored by Sven Franck's avatar Sven Franck

css/app: hide breadcrumbs, make icon clickable

parent 3ab0f1a4
...@@ -1099,6 +1099,8 @@ p.custom_padding { ...@@ -1099,6 +1099,8 @@ p.custom_padding {
padding-right:0; padding-right:0;
} }
} }
img.ui-title-logo {
cursor: pointer;
}
...@@ -5464,6 +5464,10 @@ ...@@ -5464,6 +5464,10 @@
.enhanceWithin() .enhanceWithin()
.on("click", "img.ui-title-logo", function (e, data) {
$.mobile.changePage("#home");
})
// generate dynamic pages // generate dynamic pages
.on("pagebeforechange", function (e, data) { .on("pagebeforechange", function (e, data) {
app.parsePage(e, data) app.parsePage(e, data)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment