Subversion Repositories SmartDukaan

Rev

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

Rev 18023 Rev 18032
Line 1073... Line 1073...
1073
	});*/
1073
	});*/
1074
	$('#loadingModal').modal('show');
1074
	$('#loadingModal').modal('show');
1075
	document.location = '/abouts/apphint';
1075
	document.location = '/abouts/apphint';
1076
});
1076
});
1077
function showpopover(id){
1077
function showpopover(id){
1078
	$('[data-toggle="popover"]#'+id).popover({'html':true});
1078
	$('[data-toggle="popover"]#'+id).popover({html:true,viewport:{container:'body'}, trigger:'manual'});
1079
	$('[data-toggle="popover"]#'+id).trigger('click');		
1079
	$('[data-toggle="popover"]#'+id).popover('show');		
1080
}
1080
}
1081
$(document).on('click','.nodeals',function(){
1081
$(document).on('click','.nodeals',function(){
1082
	document.location = $(this).data('href');
1082
	document.location = $(this).data('href');
1083
});
1083
});
1084
$(document).on('click','.selectbrand',function(e){
1084
$(document).on('click','.selectbrand',function(e){