Difference between revisions of "Template:Marburg/scripts.js"

Line 6: Line 6:
 
     function popup(e, nofix) {
 
     function popup(e, nofix) {
 
       $("#" + e).css("display", "block");
 
       $("#" + e).css("display", "block");
       if (nofix) {
+
       if (!nofix) {
 
         $("header").css("top", "15px");
 
         $("header").css("top", "15px");
 
         $(".main").css("margin-top", "15px");
 
         $(".main").css("margin-top", "15px");

Revision as of 08:21, 20 November 2019