1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00
This commit is contained in:
Denis Shakhov 2012-07-07 10:52:46 +07:00
parent 82df389987
commit cd0eb0c1de

View file

@ -5,10 +5,8 @@
<script type="text/javascript">
jQuery(window).load(function () {
jQuery(window).load(function ($) {
$('#nav-main').width($('#header').width() - $('#header').find('h1.site-name').outerWidth(true) - 1);
console.log($('#header').width());
console.log($('#header').find('h1.site-name').outerWidth(true));
});
</script>