aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js/redbasic.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-18 14:55:49 -0800
committerfriendica <info@friendica.com>2013-12-18 14:55:49 -0800
commitee26587a8fd7227a395aba0397692fc80bf8b224 (patch)
treea017f5ff5bd7a448a1588d319da92027c4ff002e /view/theme/redbasic/js/redbasic.js
parent1a4c91ccf5f95d03badd57f655d4feced50d39d2 (diff)
parent2be50ab580e46572e821e54891077b2b5316b16e (diff)
downloadvolse-hubzilla-ee26587a8fd7227a395aba0397692fc80bf8b224.tar.gz
volse-hubzilla-ee26587a8fd7227a395aba0397692fc80bf8b224.tar.bz2
volse-hubzilla-ee26587a8fd7227a395aba0397692fc80bf8b224.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/theme/redbasic/js/redbasic.js')
-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
+});