Changeset - 36e7f53f8006
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2010-11-20 22:03:49
marcin@python-works.com
removed console.log from summary script.
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/summary/summary.html
Show inline comments
 
@@ -434,14 +434,12 @@ E.onDOMReady(function(e){
 
		     */
 
		    function plotselected(ranges,cur_data) {
 
			    //updates the data for new plot
 
	    		data = getDataAccordingToRanges(ranges);
 
	    		generateCheckboxes(data);
 
	    		
 
	    		
 
	    		console.log(data);
 
		    	var new_options = YAHOO.lang.merge(plot_options, {
 
		            xaxis: { 
 
		  	      		min: ranges.xaxis.from, 
 
		  	      		max: ranges.xaxis.to,
 
		  	      		mode:"time",
 
		  	      		timeformat: "%d/%m",
0 comments (0 inline, 0 general)