aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js/redbasic.js
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-04-03 17:03:32 +0200
committermarijus <mario@mariovavti.com>2014-04-03 17:03:32 +0200
commit3f1a78fa690e2220b46823527f3abf0a0d51cd8e (patch)
tree1b9784fd6dc8cb49fe4703781b60c3c502f77d1f /view/theme/redbasic/js/redbasic.js
parent98788308e156173cfc49c4477bf0d12dbda88662 (diff)
downloadvolse-hubzilla-3f1a78fa690e2220b46823527f3abf0a0d51cd8e.tar.gz
volse-hubzilla-3f1a78fa690e2220b46823527f3abf0a0d51cd8e.tar.bz2
volse-hubzilla-3f1a78fa690e2220b46823527f3abf0a0d51cd8e.zip
some work on jot, remove some deprecated js and some random style fixes
Diffstat (limited to 'view/theme/redbasic/js/redbasic.js')
-rw-r--r--view/theme/redbasic/js/redbasic.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 0aab42cd5..20902fe1a 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -40,31 +40,6 @@ if($('#tabs-collapse-1').length == 0) {
$('#expand-tabs').hide();
}
-$('.group-edit-icon').hover(
- function() {
- $(this).css('opacity','1.0');},
- function() {
- $(this).css('opacity','0');}
-);
-
-$('.sidebar-group-element').hover(
- function() {
- id = $(this).attr('id');
- $('#edit-' + id).css('opacity','1.0');},
-
- function() {
- id = $(this).attr('id');
- $('#edit-' + id).css('opacity','0');}
- );
-
-
-$('.savedsearchdrop').hover(
- function() {
- $(this).css('opacity','1.0');},
- function() {
- $(this).css('opacity','0');}
- );
-
});