Removed new incomplete JS Challenges and moved to OOPF branch.
This commit is contained in:
@@ -312,7 +312,9 @@ $(document).ready(function() {
|
||||
$('#story-submit').on('click', storySubmitButtonHandler);
|
||||
|
||||
if($('.editorScrollDiv').html() !== 'undefined'){
|
||||
$('.editorScrollDiv').css("height",$(window).height()-($('.navbar').height()+$('.footer').height()+100) + "px");
|
||||
function truncateEditor(){$('.editorScrollDiv').css("height",$(window).height()-($('.navbar').height()+$('.footer').height()+100) + "px");}
|
||||
truncateEditor();
|
||||
$(window).resize(function(){truncateEditor();});
|
||||
}
|
||||
|
||||
//fakeiphone positioning hotfix
|
||||
|
Reference in New Issue
Block a user