* finish task #1823.

This commit is contained in:
wyd621
2014-03-11 08:34:45 +00:00
parent 88f995d0fa
commit db48131ce4
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -10,6 +10,10 @@ $extHookFiles = glob($extHookRule);
if($extHookFiles) foreach($extHookFiles as $extHookFile) include $extHookFile;
?>
<?php if($this->server->HTTP_X_PJAX == false):?>
<script>
/* May be fix bug #576. */
$(function(){$("#main").css('padding-top', $("div[data-role='header']").height() + 'px')})
</script>
</div>
</body>
</html>