Subversion Repositories SmartDukaan

Rev

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

Rev 18033 Rev 18036
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
	try {
1078
	$('[data-toggle="popover"]#'+id).popover({html:true,viewport:{container:'body'}, trigger:'manual'});
1079
		$('[data-toggle="popover"]#'+id).popover({html:true,viewport:{container:'body'}, trigger:'manual'});
1079
	$('[data-toggle="popover"]#'+id).popover('show');		
1080
		$('[data-toggle="popover"]#'+id).popover('show');		
-
 
1081
	}catch(err){
-
 
1082
		//
-
 
1083
	}
1080
}
1084
}
1081
$(document).on('click','.nodeals',function(){
1085
$(document).on('click','.nodeals',function(){
1082
	document.location = $(this).data('href');
1086
	document.location = $(this).data('href');
1083
});
1087
});
1084
$(document).on('click','.selectbrand',function(e){
1088
$(document).on('click','.selectbrand',function(e){