removed debug alert
This commit is contained in:
parent
1f41347cbe
commit
09500c8345
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ $(document).ready(function() {
|
||||||
$('div.apitoc').append('<a class="second" href="'+ln+'">'+name+'</a>');
|
$('div.apitoc').append('<a class="second" href="'+ln+'">'+name+'</a>');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
alert( type );
|
// alert( type );
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue