Subversion Repositories SmartDukaan

Rev

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

Rev 19771 Rev 19779
Line 22... Line 22...
22
				.done(function(msg){
22
				.done(function(msg){
23
					val = JSON.parse(msg);
23
					val = JSON.parse(msg);
24
					if(val['result'] == "success")
24
					if(val['result'] == "success")
25
					{
25
					{
26
						alert("Sms sent successfully..");
26
						alert("Sms sent successfully..");
-
 
27
						location.reload();
27
					}
28
					}
28
					else{
29
					else{
29
						alert("Sms sending failed..");
30
						alert("Sms sending failed..");
30
					}
31
					}
31
				});
32
				});