Browse Source

inline-expanding.js: missed preventing default action; shouldn't open new window when unwanted anymore

pull/40/head
czaks 11 years ago
parent
commit
07ea457aa5
  1. 1
      js/inline-expanding.js

1
js/inline-expanding.js

@ -46,6 +46,7 @@ onready(function(){
delete this.childNodes[0].style.opacity;
delete this.childNodes[0].style.filter;
}
return false;
}
}
}

Loading…
Cancel
Save