msg to self

This commit is contained in:
John McLear 2015-04-11 11:37:20 +01:00
parent 4d009ba445
commit 34c5441392
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ function loadBroadcastSliderJS(fireWhenAllScriptsAreLoaded)
padmodals.showModal("disconnected");
}
// Throttle seems like overkill here... Not sure why we do it!
var fixPadHeight = _.throttle(function(){
var height = $('#timeslider-top').height();
$('#editorcontainerbox').css({marginTop: height});