Browse Source

add feature request to ignore list

CauseFX 4 years ago
parent
commit
75febdd000
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/functions.js

+ 2 - 2
js/functions.js

@@ -287,7 +287,7 @@ function isNumberKey(evt) {
     return true;
     return true;
 }
 }
 function setTabInfo(tab,action,value){
 function setTabInfo(tab,action,value){
-    if(tab == 'Organizr-Support' || tab == 'Organizr-Docs'){
+    if(tab == 'Organizr-Support' || tab == 'Organizr-Docs' || tab == 'Feature-Request'){
         return false;
         return false;
     }
     }
     if(tab !== null && action !== null && value !== null){
     if(tab !== null && action !== null && value !== null){
@@ -10977,4 +10977,4 @@ function launch(){
 			orgErrorAlert('<h3>Webserver Error:</h3>' + xhr.responseText);
 			orgErrorAlert('<h3>Webserver Error:</h3>' + xhr.responseText);
 		}
 		}
 	});
 	});
-}
+}