Shorter selector
This commit is contained in:
parent
62f697cca6
commit
a112ba332b
@ -2769,7 +2769,7 @@
|
||||
return $.prepend(delform, controls);
|
||||
},
|
||||
resize: function(e) {
|
||||
return imgExpand.style.innerHTML = "body.fitheight img[md5] + img { max-height: " + d.body.clientHeight + "px }";
|
||||
return imgExpand.style.innerHTML = ".fitheight img[md5] + img {max-height:" + d.body.clientHeight + "px;}";
|
||||
}
|
||||
};
|
||||
firstRun = {
|
||||
|
||||
@ -2055,7 +2055,7 @@ imgExpand =
|
||||
$.prepend delform, controls
|
||||
|
||||
resize: (e) ->
|
||||
imgExpand.style.innerHTML = "body.fitheight img[md5] + img { max-height: #{d.body.clientHeight}px }"
|
||||
imgExpand.style.innerHTML = ".fitheight img[md5] + img {max-height:#{d.body.clientHeight}px;}"
|
||||
|
||||
firstRun =
|
||||
init: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user