20 lines
308 B
JavaScript
20 lines
308 B
JavaScript
// UNIQUE FUNCTIONS
|
|
|
|
// Keep in here for future additions
|
|
function OnInit()
|
|
{
|
|
//let strInput=JSON.stringify(cData);
|
|
//HandleModelList(cData);
|
|
|
|
TranslatePage();
|
|
RequestProfile();
|
|
}
|
|
|
|
function GotoFilamentPage()
|
|
{
|
|
let nChoose=OnExitFilter();
|
|
|
|
if(nChoose>0)
|
|
window.open('../22/index.html','_self');
|
|
}
|