Subversion Repositories SmartDukaan

Rev

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

Rev 27583 Rev 27620
Line 207... Line 207...
207
 </div>
207
 </div>
208
 <script type="text/javascript">
208
 <script type="text/javascript">
209
 	hasGift = $hasGift;
209
 	hasGift = $hasGift;
210
 
210
 
211
	$(function(){
211
	$(function(){
212
            getItemAheadOptions($("#catalog-search-text-compare"),function(selectedItem){
212
            getItemAheadOptions($("#catalog-search-text-compare"),false,function(selectedItem){
213
		 	currentItem = selectedItem;
213
		 	currentItem = selectedItem;
214
		 	console.log(currentItem);
214
		 	console.log(currentItem);
215
		 });	
215
		 });	
216
		});
216
		});
217
 </script>
217
 </script>
218
218