Difference between revisions of "Template:Paris Bettencourt/protocolsBanner"

Line 70: Line 70:
 
     if (jQuery.inArray(hash, proto) != -1) {
 
     if (jQuery.inArray(hash, proto) != -1) {
 
       $("#"+hash).addClass("show FS");
 
       $("#"+hash).addClass("show FS");
       $("#bg").addClass("show");
+
       $("#bg").addClass("show FS");
 
     };
 
     };
 
   } else {
 
   } else {
Line 85: Line 85:
 
       hash = window.location.hash.slice(3);
 
       hash = window.location.hash.slice(3);
 
       $(".textBox").removeClass("show FS");
 
       $(".textBox").removeClass("show FS");
       $("#bg").removeClass("show");
+
       $("#bg").removeClass("show FS");
 
       if (jQuery.inArray(hash, proto) != -1) {
 
       if (jQuery.inArray(hash, proto) != -1) {
 
         $("#"+hash).addClass("show FS");
 
         $("#"+hash).addClass("show FS");
         $("#bg").addClass("show");
+
         $("#bg").addClass("show FS");
 
       };
 
       };
 
     } else {
 
     } else {
Line 104: Line 104:
 
     if(!$(event.target).closest(".textBox").length) {  
 
     if(!$(event.target).closest(".textBox").length) {  
 
       $(".textBox").removeClass("show FS");
 
       $(".textBox").removeClass("show FS");
       $("#bg").removeClass("show");
+
       $("#bg").removeClass("show FS");
 
       addHashToUrl("");
 
       addHashToUrl("");
 
     };
 
     };

Revision as of 14:42, 9 September 2015