Subversion Repositories SmartDukaan

Rev

Rev 5329 | Rev 5507 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5329 Rev 5401
Line 383... Line 383...
383
		$('tbody tr .watchlist-icon').each(function(){
383
		$('tbody tr .watchlist-icon').each(function(){
384
			if(! $(this).hasClass('on-watchlist'))	$(this).parent().parent().hide();
384
			if(! $(this).hasClass('on-watchlist'))	$(this).parent().parent().hide();
385
		});
385
		});
386
	});
386
	});
387
	
387
	
-
 
388
	$('#downloadXL').click(function(){
-
 
389
		$('form[action="/download"]').submit();
-
 
390
	});
-
 
391
	
388
	$('#facebox .close').live('click', function(){});
392
	$('#facebox .close').live('click', function(){});
389
	
393
	
390
	var watchList = {
394
	var watchList = {
391
			get: function()	{
395
			get: function()	{
392
				$.ajax({
396
				$.ajax({