aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-12-18 20:22:22 +0100
committermarijus <mario@localhost.localdomain>2013-12-18 20:22:22 +0100
commit6e28c40c2732daa40d4e54ad3231af5798964fa2 (patch)
treea0f634cb902b6beb3fcf26d56af0b568e7b25a50
parentb6bb3c02525843caeaee3f6409f1b97b160ea8a2 (diff)
downloadvolse-hubzilla-6e28c40c2732daa40d4e54ad3231af5798964fa2.tar.gz
volse-hubzilla-6e28c40c2732daa40d4e54ad3231af5798964fa2.tar.bz2
volse-hubzilla-6e28c40c2732daa40d4e54ad3231af5798964fa2.zip
we make this with css now
-rw-r--r--view/theme/redbasic/js/redbasic.js12
1 files changed, 1 insertions, 11 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index e89c51119..e41fde2b8 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -47,16 +47,6 @@ $('.savedsearchdrop').hover(
$(this).css('opacity','0');}
);
-$('.savedsearchterm').hover(
- function() {
- id = $(this).attr('id');
- $('#dropicon-' + id).css('opacity','1.0');},
-
- function() {
- id = $(this).attr('id');
- $('#dropicon-' + id).css('opacity','0');
- });
-
});
@@ -72,4 +62,4 @@ $(document).ready(function(){
}
};
setInterval(function () {checkNotify();}, 10 * 1000);
-}); \ No newline at end of file
+});