Subversion Repositories SmartDukaan

Rev

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

Rev 11546 Rev 11574
Line 100... Line 100...
100
	    	if(res != '')
100
	    	if(res != '')
101
	    	{
101
	    	{
102
	    		document.getElementsByClassName('rech-cont')[0].style.display = 'none';
102
	    		document.getElementsByClassName('rech-cont')[0].style.display = 'none';
103
	    		document.getElementsByClassName('topup-cont')[0].style.display = 'block';
103
	    		document.getElementsByClassName('topup-cont')[0].style.display = 'block';
104
	    		var appenddata = document.getElementById('appendlist');
104
	    		var appenddata = document.getElementById('appendlist');
105
	    		appenddata.innerHTML= appenddata.innerHTML +  res;
105
	    		//appenddata.innerHTML= appenddata.innerHTML +  res;
-
 
106
	    		appenddata.innerHTML =  res;
106
	    	}
107
	    	}
107
		});
108
		});
108
}
109
}
109
 
110
 
110
function closePlan(){
111
function closePlan(){