revert mistakenly pushed changes

This commit is contained in:
milan
2024-07-10 14:33:11 +02:00
parent ba4a7364f5
commit f487587e60
3 changed files with 1 additions and 35 deletions

View File

@ -26,7 +26,6 @@ import {Et2MergeDialog} from "../etemplate/Et2Dialog/Et2MergeDialog";
import {EgwActionObject} from "../egw_action/EgwActionObject";
import type {Et2Details} from "../etemplate/Layout/Et2Details/Et2Details";
import {Et2Checkbox} from "../etemplate/Et2Checkbox/Et2Checkbox";
import {AcSelect} from "../../../achelper/js/AcSelect/AcSelect";
/**
* Type for push-message
@ -209,20 +208,6 @@ export abstract class EgwApp
}
}
changeButton()
{
const acSelect: AcSelect = window.document.querySelector("ac-select")
acSelect.disableLinkSearch = !acSelect.disableLinkSearch
acSelect.requestUpdate()
console.log("disableLinkSearch" + acSelect.disableLinkSearch)
}
doSomething(thing?:any)
{
console.log("doSomething\n"+thing);
return true;
}
/**
* This function is called when the etemplate2 object is loaded
* and ready. If you must store a reference to the et2 object,