Site Notice

hello, world

Difference between revisions of "MediaWiki:Js-doc.js"

From Project-EPB Commons
([InPageEdit] 没有编辑摘要)
([InPageEdit] 没有编辑摘要)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
  * CC BY-NC-SA
 
  * CC BY-NC-SA
 
  **/
 
  **/
function resizeMain(){$('main > .container').css('min-height',$(window).height()-$('.page-footer').height()-$('.top-nav').height()-5)}
+
function resizeMain(){$('main > .container').css('min-height',$(window).height()-$('.page-footer').height()-$('.top-nav').height()-26)}
 
$(function(){
 
$(function(){
 
   resizeMain();
 
   resizeMain();
 
   $(window).resize(resizeMain);
 
   $(window).resize(resizeMain);
 
});
 
});

Latest revision as of 16:38, 8 December 2019

/**
 *『Wjghj Project Static』
 * This _JavaScript_ code is from https://common.wjghj.cn
 * CC BY-NC-SA
 **/
function resizeMain(){$('main > .container').css('min-height',$(window).height()-$('.page-footer').height()-$('.top-nav').height()-26)}
$(function(){
  resizeMain();
  $(window).resize(resizeMain);
});