aboutsummaryrefslogtreecommitdiffstats
path: root/view/head.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/head.tpl')
-rw-r--r--view/head.tpl18
1 files changed, 13 insertions, 5 deletions
diff --git a/view/head.tpl b/view/head.tpl
index 81ce1287f..2a6506da9 100644
--- a/view/head.tpl
+++ b/view/head.tpl
@@ -20,11 +20,6 @@
msie = $.browser.msie ;
NavUpdate();
-// $('.wall-item-delete-icon').hover(function() {
-// $(this).attr("src",$(this).attr("src").replace('hide',''));
-// },function() {
-// $(this).attr("src",$(this).attr("src").replace('','hide'));
-// });
});
@@ -79,5 +74,18 @@
return confirm("Delete this item?");
}
+ function imgbright(node) {
+ $(node).attr("src",$(node).attr("src").replace('hide','show'));
+ }
+
+ function imgdull(node) {
+ $(node).attr("src",$(node).attr("src").replace('show','hide'));
+ }
+
+
+
+
+
+
</script>