You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
Hi community!
I know, how to get information from confluence meta data like
remoteUser = AJS.$("meta[name='ajs-remote-user']").attr('content');
but how can i get additional values from adam plugin?
This
connection = AJS.$("meta[name='org.echocat.adam.connection']").attr('content');
does not work.
Regards
werner
The text was updated successfully, but these errors were encountered:
@pick-noteborn currently this feature is not implemented. If you want this create a feature request for it with more details (examples, ...) or create it by you own via pull request. 😺
Hi community!
I know, how to get information from confluence meta data like
remoteUser = AJS.$("meta[name='ajs-remote-user']").attr('content');
but how can i get additional values from adam plugin?
This
connection = AJS.$("meta[name='org.echocat.adam.connection']").attr('content');
does not work.
Regards
werner
The text was updated successfully, but these errors were encountered: