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