Initial import of f7support application.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<link rel="dns-prefetch" href="<?php p($_['supportApiOrigin']); ?>">
|
||||
<link rel="preconnect" href="<?php p($_['supportApiOrigin']); ?>" crossorigin>
|
||||
<div id="f7support-app"
|
||||
data-username="<?php p($_['username']); ?>"
|
||||
data-server-address="<?php p($_['serverAddress']); ?>"
|
||||
data-support-api-base="<?php p($_['supportApiBase']); ?>"
|
||||
data-messages-poll-ms="5000">
|
||||
</div>
|
||||
Reference in New Issue
Block a user