Shorter selector
This commit is contained in:
parent
62f697cca6
commit
a112ba332b
@ -2769,7 +2769,7 @@
|
|||||||
return $.prepend(delform, controls);
|
return $.prepend(delform, controls);
|
||||||
},
|
},
|
||||||
resize: function(e) {
|
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 = {
|
firstRun = {
|
||||||
|
|||||||
@ -2055,7 +2055,7 @@ imgExpand =
|
|||||||
$.prepend delform, controls
|
$.prepend delform, controls
|
||||||
|
|
||||||
resize: (e) ->
|
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 =
|
firstRun =
|
||||||
init: ->
|
init: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user