msg to self
parent
4d009ba445
commit
34c5441392
|
@ -166,6 +166,7 @@ function loadBroadcastSliderJS(fireWhenAllScriptsAreLoaded)
|
||||||
padmodals.showModal("disconnected");
|
padmodals.showModal("disconnected");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Throttle seems like overkill here... Not sure why we do it!
|
||||||
var fixPadHeight = _.throttle(function(){
|
var fixPadHeight = _.throttle(function(){
|
||||||
var height = $('#timeslider-top').height();
|
var height = $('#timeslider-top').height();
|
||||||
$('#editorcontainerbox').css({marginTop: height});
|
$('#editorcontainerbox').css({marginTop: height});
|
||||||
|
|
Loading…
Reference in New Issue