Browse Source

inline-expanding.js: don't set max height

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

1
js/inline-expanding.js

@ -16,7 +16,6 @@ onready(function(){
for(var i = 0; i < link.length; i++) {
if(typeof link[i] == "object" && link[i].childNodes[0].src && link[i].className != 'file') {
link[i].childNodes[0].style.maxWidth = '95%';
link[i].childNodes[0].style.maxHeight = '95%';
link[i].onclick = function(e) {
if(e.which == 2) {
return true;

Loading…
Cancel
Save