mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 19:37:38 -02:30
Remove errant console
This commit is contained in:
@@ -139,7 +139,6 @@ function JobStatusGraph($window, adjustGraphSize, templateUrl, i18n, moment, gra
|
|||||||
|
|
||||||
//On click, update with new data
|
//On click, update with new data
|
||||||
$('.m').off('click').on("click", function(){
|
$('.m').off('click').on("click", function(){
|
||||||
console.log('click');
|
|
||||||
job_type = this.getAttribute("id");
|
job_type = this.getAttribute("id");
|
||||||
|
|
||||||
$('#type-dropdown-display')
|
$('#type-dropdown-display')
|
||||||
|
|||||||
Reference in New Issue
Block a user