-remove console.log
This commit is contained in:
parent
0386f8a9cb
commit
e676cf856f
|
@ -419,7 +419,7 @@ function getCurrentShow(){
|
|||
|
||||
function addQtipToSCIcons(ele){
|
||||
var id = $(ele).attr("id");
|
||||
console.log(ele);
|
||||
|
||||
if($(ele).hasClass("progress")){
|
||||
$(ele).qtip({
|
||||
content: {
|
||||
|
|
Loading…
Reference in New Issue