forked from leftypol/leftypol
inline-expanding.js: missed preventing default action; shouldn't open new window when unwanted anymore
This commit is contained in:
parent
7af28a6e14
commit
07ea457aa5
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ onready(function(){
|
||||||
delete this.childNodes[0].style.opacity;
|
delete this.childNodes[0].style.opacity;
|
||||||
delete this.childNodes[0].style.filter;
|
delete this.childNodes[0].style.filter;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue