Subversion Repositories SmartDukaan

Rev

Rev 17070 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17070 Rev 17206
Line 29... Line 29...
29
				if(response.message=='Success'){
29
				if(response.message=='Success'){
30
					document.location = response.url;
30
					document.location = response.url;
31
				}
31
				}
32
			}
32
			}
33
		},'json');
33
		},'json');
-
 
34
		ga('send', 'event', 'app', 'click',$(that).data('name'));
34
		setTimeout(function(){$('#loadingModal').modal('hide');},10000);
35
		setTimeout(function(){$('#loadingModal').modal('hide');},10000);
35
	});
36
	});
36
});
37
});