Shorter selector

This commit is contained in:
Nicolas Stepien 2011-09-23 16:29:09 +02:00
parent 62f697cca6
commit a112ba332b
2 changed files with 2 additions and 2 deletions

View File

@ -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 = {

View File

@ -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: ->