Changeset - 8f5e2206e326
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-10-29 21:26:34
marcin@python-works.com
garbage collecting console.log from rhodecode.js
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/js/rhodecode.js
Show inline comments
 
@@ -91,7 +91,6 @@ var setSelectValue = function(select, va
 
	
 
    // select element
 
    for(var i=0;i<selection.options.length;i++){
 
    	console.log(selection.options[i].innerHTML);
 
        if (selection.options[i].innerHTML == val) {
 
            selection.selectedIndex = i;
 
            break;
 
@@ -325,7 +324,6 @@ var show_changeset_tooltip = function(){
 
		var repo_name = YUD.getAttribute(target,'repo_name');
 
		var ttid = 'tt-'+rid;
 
		var success = function(o){
 
			console.log(o.responseText);
 
			var json = JSON.parse(o.responseText);
 
			YUD.addClass(target,'tooltip')
 
			YUD.setAttribute(target, 'title',json['message']);
0 comments (0 inline, 0 general)