mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Pageview on api-apply also
This commit is contained in:
@@ -6,6 +6,8 @@ $(document).ready(function() {
|
|||||||
$("#contact-container").empty();
|
$("#contact-container").empty();
|
||||||
$("#contact-container").html("Send a mail to us: <a title='Open in client' href='mailto:contact@zoff.me?Subject=Contact%20Zoff'>contact@zoff.me</a>");
|
$("#contact-container").html("Send a mail to us: <a title='Open in client' href='mailto:contact@zoff.me?Subject=Contact%20Zoff'>contact@zoff.me</a>");
|
||||||
$("#submit-contact-form").hide();
|
$("#submit-contact-form").hide();
|
||||||
|
|
||||||
|
ga('send', 'pageview');
|
||||||
|
|
||||||
if(!Helper.mobilecheck()) {
|
if(!Helper.mobilecheck()) {
|
||||||
$("#iframe-container").append('<iframe id="iframe" src="https://zoff.me/_embed#celebrate&808080" width="600px" height="300px"></iframe>');
|
$("#iframe-container").append('<iframe id="iframe" src="https://zoff.me/_embed#celebrate&808080" width="600px" height="300px"></iframe>');
|
||||||
|
|||||||
Reference in New Issue
Block a user