LogsView: make JS file reusable

Change-Id: Iaaecec4aaf38e4dd555413702680e393f2b49743
This commit is contained in:
Ilyas Erdogan
2025-12-05 14:38:58 -05:00
parent dad8afb4bf
commit bf8d3416de

View File

@@ -15,10 +15,14 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
.pragma library
// Global select screen window component, object variable for creation.
var logViewWindowComponent
var logViewWindowObject
const Component = { Ready: 1, Error: 3 };
function createlogViewWindowObject() {
if (logViewWindowObject)
return