mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
removing some console log debug
This commit is contained in:
@@ -221,7 +221,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
that.appendTo = function(where) {
|
that.appendTo = function(where) {
|
||||||
console.log(where);
|
|
||||||
el.appendTo(where);
|
el.appendTo(where);
|
||||||
|
|
||||||
return that;
|
return that;
|
||||||
@@ -244,11 +243,8 @@
|
|||||||
|
|
||||||
that.updateIndicators = function() {
|
that.updateIndicators = function() {
|
||||||
if( isLoading ) {
|
if( isLoading ) {
|
||||||
console.log($(indicatorElements));
|
|
||||||
$(indicatorElements).addClass('loading-commits');
|
$(indicatorElements).addClass('loading-commits');
|
||||||
} else {
|
} else {
|
||||||
console.log('not loading');
|
|
||||||
console.log($(indicatorElements));
|
|
||||||
$(indicatorElements).removeClass('loading-commits');
|
$(indicatorElements).removeClass('loading-commits');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user