remove CE button from regional array
This commit is contained in:
parent
633cb67434
commit
d3c08de5a3
|
|
@ -561,7 +561,7 @@ if (window.location.href.indexOf("5cf02dde58a00904bda41926") > -1) {
|
||||||
var componentsHTML = '<center><button id="allComponentsButton" type="button">AllComponents</button> <button id="apiButton" type="button">API</button>' +
|
var componentsHTML = '<center><button id="allComponentsButton" type="button">AllComponents</button> <button id="apiButton" type="button">API</button>' +
|
||||||
'<button id="authButton">Auth</button><button id="computeButton" type="button">Compute</button><button id="jobsButton" type="button">Jobs</button>' +
|
'<button id="authButton">Auth</button><button id="computeButton" type="button">Compute</button><button id="jobsButton" type="button">Jobs</button>' +
|
||||||
'<button id="odbcButton" type="button">ODBC/JDBC</button><button id="webappButton" type="button">Webapp</button>' +
|
'<button id="odbcButton" type="button">ODBC/JDBC</button><button id="webappButton" type="button">Webapp</button>' +
|
||||||
'<button id="sqlButton" type="button">SQL</button></br><button id="ceButton" type="button">CE</button></center></br>';
|
'<button id="sqlButton" type="button">SQL</button></center></br>';
|
||||||
|
|
||||||
// regional functions
|
// regional functions
|
||||||
function cacentral1ButtonClickAction(zEvent) {
|
function cacentral1ButtonClickAction(zEvent) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue