Subversion Repositories SmartDukaan

Rev

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

Rev 1047 Rev 1053
Line 129... Line 129...
129
                                $("#research_total").val(t);
129
                                $("#research_total").val(t);
130
                                if(t > 0){
130
                                if(t > 0){
131
                                     $("#research_default").css("display","none");
131
                                     $("#research_default").css("display","none");
132
                                }     
132
                                }     
133
                                $("#pane1").prepend(msg);
133
                                $("#pane1").prepend(msg);
134
                                $('#pane1').jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16});
134
                                // $('#pane1').jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16});
135
                                
135
                                
136
                                if(reqtype == "multi"){
136
                                if(reqtype == "multi"){
137
                                     var arrayprod_id=seldata.split("_");
137
                                     var arrayprod_id=seldata.split("_");
138
                                     jQuery.each(arrayprod_id,function(intIndex, objValue){
138
                                     jQuery.each(arrayprod_id,function(intIndex, objValue){
139
                                          var tblid="#pane1 #"+objValue+ " td";
139
                                          var tblid="#pane1 #"+objValue+ " td";
Line 252... Line 252...
252
  //document.getElementById('newShipAdr').style.display = 'none';
252
  //document.getElementById('newShipAdr').style.display = 'none';
253
  $('#newShipAdr').hide();
253
  $('#newShipAdr').hide();
254
	scrollWinToTop();
254
	scrollWinToTop();
255
 
255
 
256
}
256
}
-
 
257
 
-
 
258
// Google analytics.
-
 
259
var _gaq = _gaq || [];
-
 
260
_gaq.push(['_setAccount', 'UA-21662919-1']);
-
 
261
_gaq.push(['_trackPageview']);
-
 
262
 
-
 
263
(function() {
-
 
264
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
265
  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
266
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
267
})();