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 FS");
+
       $("#bg").addClass("show");
 
     };
 
     };
 
   } 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 FS");
+
       $("#bg").removeClass("show");
 
       if (jQuery.inArray(hash, proto) != -1) {
 
       if (jQuery.inArray(hash, proto) != -1) {
 
         $("#"+hash).addClass("show FS");
 
         $("#"+hash).addClass("show FS");
         $("#bg").addClass("show FS");
+
         $("#bg").addClass("show");
 
       };
 
       };
 
     } else {
 
     } else {
       $(".textBox").removeClass("show");
+
       $(".textBox").removeClass("show FS");
 
       $("#bg").removeClass("show FS");
 
       $("#bg").removeClass("show FS");
 
       if (jQuery.inArray(hash, proto) != -1) {
 
       if (jQuery.inArray(hash, proto) != -1) {
Line 103: Line 103:
 
   $("body").click(function(event) {
 
   $("body").click(function(event) {
 
     if(!$(event.target).closest(".textBox").length) {  
 
     if(!$(event.target).closest(".textBox").length) {  
       $(".textBox").removeClass("show");
+
       $(".textBox").removeClass("show FS");
 
       $("#bg").removeClass("show");
 
       $("#bg").removeClass("show");
 
       addHashToUrl("");
 
       addHashToUrl("");

Revision as of 14:26, 9 September 2015