HEX
Server: Apache/2.4.63 (Unix)
System: Linux TOMS-220NAS 4.4.302+ #86009 SMP Wed Nov 26 18:19:17 CST 2025 x86_64
User: flavio87 (1026)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /volume1/@appstore/Contacts/ui/pkg_entry.min.js
/* Copyright (c) 2025 Synology Inc. All rights reserved. */

Ext.define("SYNO.Contacts.AppInstance",{extend:"SYNO.SDS.AppInstance",appWindowName:"SYNO.Contacts.MainWindow"}),Ext.define("SYNO.Contacts.MainWindow",{extend:"SYNO.SDS.AppWindow",isBeta:!1,constructor:function(t){this.callParent([this.fillConfig(t)]),SYNO.Contacts.Window=this},fillConfig:function(t){var n={showHelp:!1,layout:"fit",cls:"syno-contacts-win",listeners:{afterrender:function(t){ContactsReactLib.default(document.getElementById("ReactRoot"))}},html:'<div id="ReactRoot"></div>'};return Ext.apply(t,n),t},isSupportedBrowser:function(){return!(Ext.isIE9m||Ext.isIE10)},hasScript:function(t){return document.querySelectorAll('script[src*="'+t+'"]').length>0},loadScript:function(t){if(!this.hasScript(t)){var n=document.createElement("script");n.type="text/javascript",n.src=t,n.async=!0,n.async=!0,document.body.appendChild(n)}}});