msg to self

This commit is contained in:
John McLear 2015-04-11 11:37:20 +01:00
parent 4d009ba445
commit 34c5441392

View file

@ -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});