summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-03-09 09:04:16 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-03-09 09:04:16 +0100
commit3cbf37bf33a4c3087ac12353eeb4af80fc1c463d (patch)
tree71bf83e36f9fdb9f00c3064f5748517c00d3447f /src/data
parentRespect hovering settings (diff)
downloadrekonq-3cbf37bf33a4c3087ac12353eeb4af80fc1c463d.tar.xz
Add toggle ability to bk folder in bk page
BUG: 270191
Diffstat (limited to 'src/data')
-rw-r--r--src/data/home.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/data/home.html b/src/data/home.html
index 8bcbdf26..4f4eb7ba 100644
--- a/src/data/home.html
+++ b/src/data/home.html
@@ -320,6 +320,24 @@ input {
</style>
+
+<script type="text/javascript">
+function toggleChildren(id) {
+
+ var elem = document.getElementById(id);
+ if(elem)
+ {
+
+ if(elem.style.display != "none")
+ elem.style.display = "none";
+
+ else
+ elem.style.display = "block";
+ }
+}
+</script>
+
+
</head>
<body>