we make this with css now
This commit is contained in:
		| @@ -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); | ||||
| }); | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user