Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Handle "pre add job" parameters #2

Open
bleutzinn opened this issue Jun 20, 2018 · 0 comments
Open

Handle "pre add job" parameters #2

bleutzinn opened this issue Jun 20, 2018 · 0 comments
Assignees

Comments

@bleutzinn
Copy link
Owner

Some services need parameters set before it's "job" is added to tarteaucitron. For example:

        <script type="text/javascript">
        tarteaucitron.user.googlemapsKey = 'API KEY';
        tarteaucitron.user.mapscallback = 'callback_function'; // optionnal - for markers
        (tarteaucitron.job = tarteaucitron.job || []).push('googlemaps');
        </script>

This is not handled yet.

@bleutzinn bleutzinn self-assigned this Jun 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant